Type Alias dryoc::dryocbox::KeyPair

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

Stack-allocated public/secret keypair for authenticated public-key boxes.

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