Skip to main content

KeyPair

Type Alias KeyPair 

Source
pub type KeyPair = KeyPair<VERIFYING_KEY_SIZE>;

Aliased Type§

pub struct KeyPair {
    pub seed: [u8; 32],
    pub verifying_key: [u8; 1952],
}

Fields§

§seed: [u8; 32]§verifying_key: [u8; 1952]