logo
pub type ScalarBits<C> = BitArray<Lsb0, <Scalar<C> as PrimeField>::ReprBits>;
Expand description

Bit representation of a scalar field element of a given curve.