Type Alias Fp

Source
pub type Fp = Fp256<MontBackend<FqConfig, 4>>;

Aliased Type§

struct Fp(pub BigInt<4>);

Fields§

§0: BigInt<4>