pub type ScalarBits = ScalarBits<NistP384>;Available on crate feature
bits only.Expand description
Bit representation of a NIST P-384 scalar field element.
Aliased Type§
#[repr(transparent)]pub struct ScalarBits {
pub _ord: PhantomData<Lsb0>,
pub data: [u64; 6],
}Fields§
§_ord: PhantomData<Lsb0>The ordering of bits within an A::Store element.
data: [u64; 6]The wrapped data buffer.