FqPoint

Type Alias FqPoint 

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

Aliased Type§

#[repr(transparent)]
pub struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);

Tuple Fields§

§0: Vec<ProperCrtUint<F>>