Skip to main content

ScalarBytes

Type Alias ScalarBytes 

Source
pub type ScalarBytes<C> = Array<u8, <C as CurveWithScalar>::ReprSize>;
Expand description

The number of bytes needed to represent the scalar field

Aliased Type§

#[repr(transparent)]
pub struct ScalarBytes<C>(pub <<C as CurveWithScalar>::ReprSize as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <<C as CurveWithScalar>::ReprSize as ArraySize>::ArrayType<u8>