Skip to main content

WideDecafScalarBytes

Type Alias WideDecafScalarBytes 

Source
pub type WideDecafScalarBytes = Array<u8, Prod<<Decaf448 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 WideDecafScalarBytes(pub [u8; 112]);

Tuple Fields§

§0: [u8; 112]