Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/sodium_compat/src/Compat.php
public static function crypto_auth_keygen()
{
return random_bytes(self::CRYPTO_AUTH_KEYBYTES);
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
(string)
File: wp-includes/sodium_compat/src/Compat.php
public static function crypto_auth_keygen()
{
return random_bytes(self::CRYPTO_AUTH_KEYBYTES);
}