Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_poly1305_context Struct Reference

Data Fields

uint32_t s [4]
 The value for 'r' (low 128 bits of the key). More...
 
uint32_t acc [5]
 The value for 's' (high 128 bits of the key). More...
 
uint8_t queue [16]
 The accumulator number. More...
 
size_t queue_len
 The current partial block of data. More...
 

Detailed Description

Definition at line 67 of file poly1305.h.

Field Documentation

◆ s

uint32_t s[4]

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

Definition at line 70 of file poly1305.h.

◆ acc

uint32_t acc[5]

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

Definition at line 71 of file poly1305.h.

◆ queue

uint8_t queue[16]

The accumulator number.

Definition at line 72 of file poly1305.h.

◆ queue_len

size_t queue_len

The current partial block of data.

Definition at line 73 of file poly1305.h.