Function saito_rust::crypto::generate_keypair_from_privatekey[][src]

pub fn generate_keypair_from_privatekey(
    slice: &[u8]
) -> (SaitoPublicKey, SaitoPrivateKey)
Expand description

Create and return a keypair with the given hex u8 array as the private key