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

 

Field Documentation

◆ c

uint32_t poly1305_ctx_t::c[4]

Message chunk

Definition at line 50 of file poly1305.h.

◆ c_idx

size_t poly1305_ctx_t::c_idx

Chunk length

Definition at line 51 of file poly1305.h.

◆ h

uint32_t poly1305_ctx_t::h[5]

Hash

Definition at line 49 of file poly1305.h.

◆ pad

uint32_t poly1305_ctx_t::pad[4]

Second key part

Definition at line 48 of file poly1305.h.

◆ r

uint32_t poly1305_ctx_t::r[4]

first key part

Definition at line 47 of file poly1305.h.


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