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.
https://github.com/jedisct1/libsodium/blob/1.0.17/src/libsodium/crypto_secretbox/crypto_secretbox.c#L63-L67
See Implementation
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.