Skip to main content

crypto_box_seed_keypair

Function crypto_box_seed_keypair 

Source
pub fn crypto_box_seed_keypair(seed: &[u8; 32]) -> (PublicKey, SecretKey)
Expand description

Deterministically derives a keypair from a 32-byte seed.

Compatible with libsodium’s crypto_box_seed_keypair.