halo2_ecc::bn254

Type Alias FqPoint

Source
pub type FqPoint<F> = FieldVector<FpPoint<F>>;

Aliased Type§

struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);

Fields§

§0: Vec<ProperCrtUint<F>>