Mbed OS 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... | |
Definition at line 67 of file poly1305.h.
uint32_t s[4] |
The value for 'r' (low 128 bits of the key).
Definition at line 70 of file poly1305.h.
uint32_t acc[5] |
The value for 's' (high 128 bits of the key).
Definition at line 71 of file poly1305.h.
uint8_t queue[16] |
The accumulator number.
Definition at line 72 of file poly1305.h.
size_t queue_len |
The current partial block of data.
Definition at line 73 of file poly1305.h.