Type Alias dryoc::kx::KeyPair

source ·
pub type KeyPair = KeyPair<PublicKey, SecretKey>;
Expand description

Stack-allocated keypair type alias

Aliased Type§

struct KeyPair {
    pub public_key: StackByteArray<32>,
    pub secret_key: StackByteArray<32>,
}

Fields§

§public_key: StackByteArray<32>

Public key

§secret_key: StackByteArray<32>

Secret key