Type Definition elliptic_curve::scalar::ScalarBits[][src]

type ScalarBits<C> = BitArray<Lsb0, <Scalar<C> as PrimeField>::ReprBits>;
This is supported on crate feature arithmetic only.

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