ReactOS 0.4.15-dev-7942-gd23573b
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
 

Detailed Description

Definition at line 87 of file poly1305.h.

Member Data Documentation

◆ acc

uint32_t mbedtls_poly1305_context::acc[5]

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

Definition at line 91 of file poly1305.h.

◆ queue

uint8_t mbedtls_poly1305_context::queue[16]

The accumulator number.

Definition at line 92 of file poly1305.h.

◆ queue_len

size_t mbedtls_poly1305_context::queue_len

The current partial block of data.

Definition at line 93 of file poly1305.h.

◆ r

uint32_t mbedtls_poly1305_context::r[4]

Definition at line 89 of file poly1305.h.

◆ s

uint32_t mbedtls_poly1305_context::s[4]

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

Definition at line 90 of file poly1305.h.


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