[][src]Trait wagyu_zcash::librustzcash::sapling_crypto::jubjub::JubjubEngine

pub trait JubjubEngine: Engine {
    type Fs: PrimeField + SqrtField + ToUniform;
    type Params: JubjubParams<Self>;
}

This is an extension to the pairing Engine trait which offers a scalar field for the embedded curve (Jubjub) and some pre-computed parameters.

Associated Types

type Fs: PrimeField + SqrtField + ToUniform

The scalar field of the Jubjub curve

type Params: JubjubParams<Self>

The parameters of Jubjub and the Sapling protocol

Loading content...

Implementors

impl JubjubEngine for Bls12[src]

type Fs = Fs

type Params = JubjubBls12

Loading content...