OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_poly1305_context Struct Reference

#include <poly1305.h>

Public Attributes

uint32_t r [4]
 
uint32_t s [4]
 
uint32_t acc [5]
 
uint8_t queue [16]
 
size_t queue_len
 

Member Data Documentation

◆ acc

uint32_t mbedtls_poly1305_context::acc[5]

The value for 's' (high 128 bits of the key).

◆ queue

uint8_t mbedtls_poly1305_context::queue[16]

The accumulator number.

◆ queue_len

size_t mbedtls_poly1305_context::queue_len

The current partial block of data.

◆ r

uint32_t mbedtls_poly1305_context::r[4]

◆ s

uint32_t mbedtls_poly1305_context::s[4]

The value for 'r' (low 128 bits of the key).


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