pub type PublicKey = PublicKey<ProfileKeyEncryptionDomain>;
Aliased Type§
struct PublicKey {
pub A: RistrettoPoint,
/* private fields */
}
Fields§
§A: RistrettoPoint
pub type PublicKey = PublicKey<ProfileKeyEncryptionDomain>;
struct PublicKey {
pub A: RistrettoPoint,
/* private fields */
}
A: RistrettoPoint