poly1305_ctx_t Struct Reference

Poly1305 context. More...

Detailed Description

Poly1305 context.

Definition at line 46 of file poly1305.h.

#include <poly1305.h>

Data Fields

uint32_t r [4]
 first key part

 
uint32_t pad [4]
 Second key part

 
uint32_t h [5]
 Hash

 
uint32_t c [4]
 Message chunk

 
size_t c_idx
 Chunk length

 

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