pub type WideEdwardsScalarBytes = Array<u8, Prod<<Ed448 as CurveWithScalar>::ReprSize, U2>>;Expand description
The number of bytes needed to represent the safely create a scalar from a random bytes
Aliased Type§
#[repr(transparent)]pub struct WideEdwardsScalarBytes(pub [u8; 114]);Tuple Fields§
§0: [u8; 114]