Chacha20poly1305 state struct. More...
Chacha20poly1305 state struct.
Definition at line 44 of file chacha20poly1305.h.
#include <chacha20poly1305.h>
Data Fields | |
uint32_t | state [16] |
The current state of the key stream. | |
poly1305_ctx_t | poly |
Poly1305 state for the MAC. | |