pub fn crypto_box_seed_keypair(seed: &[u8; 32]) -> (PublicKey, SecretKey)
Deterministically derives a keypair from a 32-byte seed.
seed
Compatible with libsodium’s crypto_box_seed_keypair.
crypto_box_seed_keypair