pub type EdwardsAffine = EdwardsAffine<HostHooks>;
Expand description
Twisted Edwards form point affine representation.
Aliased Type§
struct EdwardsAffine {
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