Type Alias Ff1

Source
pub type Ff1 = Fp;
Expand description

The foreign field we are emulating (one of the two)

Aliased Type§

pub struct Ff1(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>