QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_poly1305_state Struct Reference

Contains the Poly1305 internal state. More...

#include <poly1305.h>

Data Fields

uint32_t h [5]
 
uint32_t k [4]
 
uint32_t r [5]
 
uint32_t s [4]
 
uint8_t buf [QSC_POLY1305_BLOCK_SIZE]
 
size_t fnl
 
size_t rmd
 

Detailed Description

Contains the Poly1305 internal state.

Field Documentation

◆ buf

The buffer parameter

◆ fnl

size_t fnl

The fnl size

◆ h

uint32_t h[5]

The h parameter

◆ k

uint32_t k[4]

The k parameter

◆ r

uint32_t r[5]

The r parameter

◆ rmd

size_t rmd

The rmd size

◆ s

uint32_t s[4]

The s parameter


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