Skip to content

Struct Poly1305_Ctx

ClassList > Poly1305_Ctx

Poly1305 context.

Public Attributes

Type Name
uint32_t h
uint32_t pad
uint32_t r

Public Attributes Documentation

variable h

uint32_t Poly1305_Ctx::h[5];

Accumulator (26-bit limbs)


variable pad

uint32_t Poly1305_Ctx::pad[4];

Key s = second 16 bytes


variable r

uint32_t Poly1305_Ctx::r[5];

Clamped key r (26-bit limbs)



The documentation for this class was generated from the following file src/syntropic/crypto/syn_chacha20poly1305.c