Type Alias k256::WideBytes

source ·
pub type WideBytes = GenericArray<u8, U64>;
Expand description

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

Aliased Type§

struct WideBytes { /* private fields */ }