Function simperby_core::crypto::generate_keypair
source · pub fn generate_keypair(seed: impl AsRef<[u8]>) -> (PublicKey, PrivateKey)Expand description
Generates a new keypair using the seed.
pub fn generate_keypair(seed: impl AsRef<[u8]>) -> (PublicKey, PrivateKey)Generates a new keypair using the seed.