Type Alias Ff1

Source
pub type Ff1 = Fp;
Expand description

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

Aliased Type§

struct Ff1(pub BigInt<4>);

Fields§

§0: BigInt<4>