|
Leancrypto 1.6.0
Post-Quantum Cryptographic Library
|
#include "ext_headers.h"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) |
| struct lc_poly1305_context |
Definition at line 33 of file lc_poly1305.h.
| Data Fields | ||
|---|---|---|
| size_t | aligner | |
| uint8_t | opaque[136] | |
| #define LC_POLY1305_KEYSIZE (32) |
Definition at line 40 of file lc_poly1305.h.
| #define LC_POLY1305_STATE_SIZE (sizeof(struct lc_poly1305_context)) |
Definition at line 38 of file lc_poly1305.h.
| #define LC_POLY1305_TAGSIZE (16) |
Definition at line 39 of file lc_poly1305.h.