CC23x0r2DriverLibrary
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

§ r

unsigned long poly1305_state_internal_t::r[5]

§ h

unsigned long poly1305_state_internal_t::h[5]

§ pad

unsigned long poly1305_state_internal_t::pad[4]

Referenced by poly1305_finish(), and poly1305_init().

§ leftover

size_t poly1305_state_internal_t::leftover

§ buffer

unsigned char poly1305_state_internal_t::buffer[poly1305_block_size]

Referenced by poly1305_finish(), and poly1305_update().

§ final

unsigned char poly1305_state_internal_t::final

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