Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
poly1305_state_t Struct Reference

State information for Poly1305. More...

Data Fields

limb_t h [NUM_LIMBS_130BIT]
 
limb_t c [NUM_LIMBS_130BIT]
 
limb_t r [NUM_LIMBS_128BIT]
 

Detailed Description

State information for Poly1305.

Field Documentation

limb_t poly1305_state_t::c[NUM_LIMBS_130BIT]

Collects up input data

limb_t poly1305_state_t::h[NUM_LIMBS_130BIT]

Current hash value

limb_t poly1305_state_t::r[NUM_LIMBS_128BIT]

Key


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