|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | lws_chacha_ctx |
| struct | lws_genchacha_ctx |
Macros | |
| #define | LWS_CHACHA_MINKEYLEN 16 |
| #define | LWS_CHACHA_NONCELEN 8 |
| #define | LWS_CHACHA_CTRLEN 8 |
| #define | LWS_CHACHA_STATELEN (LWS_CHACHA_NONCELEN+LWS_CHACHA_CTRLEN) |
| #define | LWS_CHACHA_BLOCKLEN 64 |
| #define | LWS_POLY1305_TAGLEN 16 |
| #define | LWS_POLY1305_KEYLEN 32 |