Type Alias zkgroup::crypto::profile_key_encryption::PublicKey

source ·
pub type PublicKey = PublicKey<ProfileKeyEncryptionDomain>;

Aliased Type§

struct PublicKey {
    pub A: RistrettoPoint,
    /* private fields */
}

Fields§

§A: RistrettoPoint