pub fn crypto_box_seed_keypair(seed: &[u8]) -> (PublicKey, SecretKey)
Deterministically derives a keypair from seed, which can be of arbitrary length.
seed
Compatible with libsodium’s crypto_box_seed_keypair.
crypto_box_seed_keypair