Skip to main content

WideBytes

Type Alias WideBytes 

Source
pub type WideBytes = Array<u8, U64>;
Expand description

Bytes used by a wide reduction: twice the width of FieldBytes.

Aliased Type§

#[repr(transparent)]
pub struct WideBytes(pub [u8; 64]);

Tuple Fields§

§0: [u8; 64]