Type Alias ml_kem::B32

source ·
pub type B32 = Array<u8, U32>;
Available on crate feature deterministic only.
Expand description

A 32-byte array, defined here for brevity because it is used several times

Aliased Type§

struct B32(pub [u8; 32]);

Fields§

§0: [u8; 32]