CC26xx Driver Library
poly1305_state_internal_t Struct Reference

#include <sw_poly1305-donna-32.h>

Data Fields

unsigned long r [5]
 
unsigned long h [5]
 
unsigned long pad [4]
 
size_t leftover
 
unsigned char buffer [poly1305_block_size]
 
unsigned char final
 

Field Documentation

unsigned char poly1305_state_internal_t::buffer[poly1305_block_size]

Referenced by poly1305_finish(), and poly1305_update().

unsigned char poly1305_state_internal_t::final
unsigned long poly1305_state_internal_t::h[5]
size_t poly1305_state_internal_t::leftover
unsigned long poly1305_state_internal_t::pad[4]

Referenced by poly1305_finish(), and poly1305_init().

unsigned long poly1305_state_internal_t::r[5]