pub fn crypto_sign_seed_keypair_inplace( public_key: &mut PublicKey, secret_key: &mut SecretKey, seed: &[u8; 32], )
In-place variant of crypto_sign_seed_keypair.
crypto_sign_seed_keypair