Internal state structure for the ChaCha20 cipher. More...
#include <chacha.h>
Data Fields | |
uint32_t | state [16] |
Internal state structure for the ChaCha20 cipher.
This structure holds the 16-word internal state used during encryption/decryption.
uint32_t state[16] |
[uint32_t] The internal state array used by the cipher.