pub type StateSignature = Signature<EdwardsConfig>;
Expand description

Signatures

Aliased Type§

struct StateSignature {
    pub(crate) s: Fp<MontBackend<FrConfig, 4>, 4>,
    pub(crate) R: Projective<EdwardsConfig>,
}

Fields§

§s: Fp<MontBackend<FrConfig, 4>, 4>§R: Projective<EdwardsConfig>