pub type PublicKey = EdwardsAffine;Aliased Type§
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