chacha20poly1305_ctx_t Union Reference

Chacha20poly1305 state struct. More...

Detailed Description

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.
 

The documentation for this union was generated from the following file: