Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ poly

poly1305_ctx_t chacha20poly1305_ctx_t::poly

Poly1305 state for the MAC.

Definition at line 50 of file chacha20poly1305.h.

◆ state

uint32_t chacha20poly1305_ctx_t::state[16]

The current state of the key stream.

Definition at line 49 of file chacha20poly1305.h.


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