|
Lightweight Cryptography Primitives
|
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] |
State information for Poly1305.
| 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
1.8.6