PublicKey

Type Alias PublicKey 

Source
pub type PublicKey = Affine<EdwardsConfig>;
Expand description

Export useful types 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