Type Alias dryoc::keypair::StackKeyPair

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

Stack-allocated key pair type alias.

Aliased Type§

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

Fields§

§public_key: StackByteArray<32>

Public key

§secret_key: StackByteArray<32>

Secret key