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