The crypto_sign_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_sign_keypair() function randomly generates a secret key and a corresponding public key.