[][src]Trait fawkes_crypto::ecc::JubJubParams

pub trait JubJubParams<E: Engine>: Sized {
    type Fs: PrimeField;
    fn edwards_g(&self) -> &EdwardsPoint<E>;
fn edwards_g8(&self) -> &EdwardsPoint<E>;
fn edwards_d(&self) -> Wrap<E::Fr>;
fn montgomery_a(&self) -> Wrap<E::Fr>;
fn montgomery_b(&self) -> Wrap<E::Fr>;
fn edwards_inv_cofactor(&self) -> Wrap<Fs>; }

Associated Types

Loading content...

Required methods

fn edwards_g(&self) -> &EdwardsPoint<E>

fn edwards_g8(&self) -> &EdwardsPoint<E>

fn edwards_d(&self) -> Wrap<E::Fr>

fn montgomery_a(&self) -> Wrap<E::Fr>

fn montgomery_b(&self) -> Wrap<E::Fr>

fn edwards_inv_cofactor(&self) -> Wrap<Fs>

Loading content...

Implementors

impl JubJubParams<Bn256> for JubJubBN256[src]

Loading content...