pub fn crypto_generichash_keygen() -> [u8; 32]
Expand description

Generates a random hash key using the OS’s random number source.

Equivalent to libsodium’s crypto_generichash_keygen