pub type PublicKey = EdwardsAffine;Expand description
Type PublicKey
Aliased Type§
pub struct PublicKey {
pub x: Fp<MontBackend<FrConfig, 4>, 4>,
pub y: Fp<MontBackend<FrConfig, 4>, 4>,
}Fields§
§x: Fp<MontBackend<FrConfig, 4>, 4>X coordinate of the point represented as a field element
y: Fp<MontBackend<FrConfig, 4>, 4>Y coordinate of the point represented as a field element