QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
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 [5U]
uint32_t k [4U]
uint32_t r [5U]
uint32_t s [4U]
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[5U]

The h parameter

◆ k

uint32_t k[4U]

The k parameter

◆ r

uint32_t r[5U]

The r parameter

◆ rmd

size_t rmd

The rmd size

◆ s

uint32_t s[4U]

The s parameter


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/poly1305.h