pub type FqPoint<F> = FieldVector<FpPoint<F>>;
Aliased Type§
struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);
Fields§
§0: Vec<ProperCrtUint<F>>
pub type FqPoint<F> = FieldVector<FpPoint<F>>;
struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);
0: Vec<ProperCrtUint<F>>