Type Alias zkgroup::crypto::profile_key_encryption::KeyPair

source ·
pub type KeyPair = KeyPair<ProfileKeyEncryptionDomain>;

Aliased Type§

struct KeyPair {
    pub a1: Scalar,
    pub a2: Scalar,
    pub public_key: PublicKey<ProfileKeyEncryptionDomain>,
}

Fields§

§a1: Scalar§a2: Scalar§public_key: PublicKey<ProfileKeyEncryptionDomain>