[][src]Trait r1cs::Field

pub trait Field: 'static {
    fn order() -> BigUint;
}

A prime order field.

Required methods

fn order() -> BigUint

The (prime) order of this field.

Loading content...

Implementors

impl Field for Bls12_381[src]

impl Field for Bn128[src]

Loading content...