pub type DecafScalarBytes = Array<u8, <Decaf448 as CurveWithScalar>::ReprSize>;Expand description
The number of bytes needed to represent the scalar field
Aliased Type§
#[repr(transparent)]pub struct DecafScalarBytes(pub [u8; 56]);Tuple Fields§
§0: [u8; 56]