Leancrypto 1.6.0
Post-Quantum Cryptographic Library
Loading...
Searching...
No Matches
lc_poly1305.h File Reference
#include "ext_headers.h"
Include dependency graph for lc_poly1305.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  lc_poly1305_context

Macros

#define LC_POLY1305_STATE_SIZE   (sizeof(struct lc_poly1305_context))
#define LC_POLY1305_TAGSIZE   (16)
#define LC_POLY1305_KEYSIZE   (32)

Data Structure Documentation

◆ lc_poly1305_context

struct lc_poly1305_context

Definition at line 33 of file lc_poly1305.h.

Data Fields
size_t aligner
uint8_t opaque[136]

Macro Definition Documentation

◆ LC_POLY1305_KEYSIZE

#define LC_POLY1305_KEYSIZE   (32)

Definition at line 40 of file lc_poly1305.h.

◆ LC_POLY1305_STATE_SIZE

#define LC_POLY1305_STATE_SIZE   (sizeof(struct lc_poly1305_context))

Definition at line 38 of file lc_poly1305.h.

◆ LC_POLY1305_TAGSIZE

#define LC_POLY1305_TAGSIZE   (16)

Definition at line 39 of file lc_poly1305.h.