Syntax Syntax
Parameters Parameters
- $message
-
(Required)
- $key
-
(Optional)
Default value: null
- $outLen
-
(Optional)
Default value: 32
Return Return
(string)
Source Source
File: wp-includes/sodium_compat/lib/php72compat.php
function sodium_crypto_generichash($message, $key = null, $outLen = 32) { return ParagonIE_Sodium_Compat::crypto_generichash($message, $key, $outLen); }