Type Definition orion::hazardous::constants::ChaChaState

source ·
pub type ChaChaState = [u32; 16];
Expand description

Type for a ChaCha state represented as an array of 16 32-bit unsigned integers.