sodium_crypto_shorthash

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_shorthash计算消息和密钥的短哈希

描述

sodium_crypto_shorthash(string $message, #[\SensitiveParameter] string $key): string

sodium_crypto_shorthash() 包装了一个名为 SipHash-2-4 的哈希函数,该函数非常适合实现不受哈希冲突拒绝服务攻击(Hash-DoS)影响的哈希表。

SipHash-2-4 不是通用的密码学哈希函数。

参数

message

要哈希的消息。

key

哈希密钥。

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top