crypto_secretbox_keygen

Generate a random keypair to use with crypto_secretbox_* functions

This function just wraps a call to randombytes_buf It was introduced in v1.0.10, which is older than the Travis-CI package For ease of use, a D implementation is provided.

extern (D) @nogc nothrow
void
crypto_secretbox_keygen

See Also

Meta