Lightweight Cryptography Primitives
|
Structure of the ChaCha20 state as both an array of words and an array of bytes. More...
Data Fields | |
uint32_t | words [16] |
uint8_t | bytes [64] |
Structure of the ChaCha20 state as both an array of words and an array of bytes.
uint8_t chacha20_state_t::bytes[64] |
Bytes in the state
uint32_t chacha20_state_t::words[16] |
Words in the state