Searched refs:sodium_crypto_shorthash (Results 1 – 6 of 6) sorted by relevance
9 $h1 = sodium_crypto_shorthash($m1, $k1);12 $h2 = sodium_crypto_shorthash($m1, $k2);15 $h3 = sodium_crypto_shorthash($m2, $k2);19 sodium_crypto_shorthash($m1, $k1 . $k2);
10 return sodium_crypto_shorthash($message, $key);18 Fatal error: Uncaught TypeError: sodium_crypto_shorthash(): Argument #1 ($message) must be of type …20 #0 %s(%d): sodium_crypto_shorthash()
113 PHP_FUNCTION(sodium_crypto_shorthash);
168 function sodium_crypto_shorthash(string $message, string $key): string {} function
639 ZEND_FUNCTION(sodium_crypto_shorthash);822 ZEND_FE(sodium_crypto_shorthash, arginfo_sodium_crypto_shorthash)
503 PHP_FUNCTION(sodium_crypto_shorthash) in PHP_FUNCTION() argument
Completed in 34 milliseconds