Type Alias Fp

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

Aliased Type§

pub struct Fp(pub BigInt<4>);

Tuple Fields§

§0: BigInt<4>