The crypto_box_keypair() function randomly generates a secret key and a corresponding public key.
slice to put generated public key into
slice to put generated secret key into
pair of new keys
See Implementation
The crypto_box_keypair() function randomly generates a secret key and a corresponding public key.