Function dryoc::classic::crypto_box::crypto_box_keypair
source · pub fn crypto_box_keypair() -> (PublicKey, SecretKey)
Expand description
Generates a public/secret key pair using OS provided data using
rand_core::OsRng
.