sodium_crypto_shorthash
Compute a short hash of a message and key
Description
string sodium_crypto_shorthash(string $message
, #[\SensitiveParameter]string $key
)
SipHash-2-4 isn't a general purpose cryptographic hash function.
Parameters
-
message
-
The message to hash.
-
key
-
The hash key.