sodium_crypto_shorthash_keygen() WP 1.0
No Hooks.
Return
String
. Null. Nothing.
Usage
sodium_crypto_shorthash_keygen();
Notes
- See: ParagonIE_Sodium_Compat::crypto_shorthash_keygen()
Code of sodium_crypto_shorthash_keygen() sodium crypto shorthash keygen WP 5.7
function sodium_crypto_shorthash_keygen()
{
return ParagonIE_Sodium_Compat::crypto_shorthash_keygen();
}