Function dryoc::classic::crypto_box::crypto_box_seed_keypair_inplace
source · pub fn crypto_box_seed_keypair_inplace(
public_key: &mut PublicKey,
secret_key: &mut SecretKey,
seed: &[u8]
)
Expand description
In-place variant of crypto_box_seed_keypair