Chacha20poly1305 state struct. More...
Chacha20poly1305 state struct.
Definition at line 43 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.   | |
| poly1305_ctx_t chacha20poly1305_ctx_t::poly | 
Poly1305 state for the MAC.
Definition at line 49 of file chacha20poly1305.h.
| uint32_t chacha20poly1305_ctx_t::state[16] | 
The current state of the key stream.
Definition at line 48 of file chacha20poly1305.h.