PublicKey

Type Alias PublicKey 

Source
pub type PublicKey = PublicKey<UidEncryptionDomain>;

Aliased Type§

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

Fields§

§A: RistrettoPoint