Searched defs:PrivateKey (Results 1 – 2 of 2) sorted by relevance
110 pub struct PrivateKey([u8; PRIVATE_KEY_SIZE]); struct112 impl Default for PrivateKey { implementation123 impl PrivateKey { implementation
68 pub fn keypair_from_seed(seed: &[u8; PRIVATE_KEY_SEED_SIZE]) -> Result<(PublicKey, PrivateKey)> { in keypair_from_seed() argument