chacha20poly1305_ctx_t Union Reference

Chacha20poly1305 state struct. More...

Detailed Description

Chacha20poly1305 state struct.

Definition at line 61 of file chacha20poly1305.h.

#include <chacha20poly1305.h>

Data Fields

chacha20_ctx_t chacha20
 The context of the ChaCha20 operation.
 
poly1305_ctx_t poly
 Poly1305 state for the MAC.
 

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