Function dryoc::classic::crypto_sign::crypto_sign_keypair
source · pub fn crypto_sign_keypair() -> (PublicKey, SecretKey)
Expand description
Randomly generates a new Ed25519 (PublicKey, SecretKey)
keypair that can
be used for message signing.