pub const fn chacha_init(key: [u8; 32], nonce: [u8; 8]) -> [u32; 16]
Expand description

Initialize the ChaCha internal state, with a 256-bit key and 64-bit nonce.