Function dryoc::classic::crypto_box::crypto_box_seed_keypair

source ·
pub fn crypto_box_seed_keypair(seed: &[u8]) -> (PublicKey, SecretKey)
Expand description

Deterministically derives a keypair from seed, which can be of arbitrary length.

Compatible with libsodium’s crypto_box_seed_keypair.