pub fn crypto_auth_keygen() -> KeyExpand description
Generates a random key using
copy_randombytes, suitable for use with
crypto_auth_init and crypto_auth.
Equivalent to libsodium’s crypto_auth_keygen.
pub fn crypto_auth_keygen() -> KeyGenerates a random key using
copy_randombytes, suitable for use with
crypto_auth_init and crypto_auth.
Equivalent to libsodium’s crypto_auth_keygen.