|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <stdint.h>#include <stddef.h>
Include dependency graph for lws-mnemonic.h:Go to the source code of this file.
Functions | |
| LWS_VISIBLE LWS_EXTERN int | lws_mnemonic_generate (struct lws_context *ctx, const uint8_t *entropy, char *dest, size_t dest_len) |
| LWS_VISIBLE LWS_EXTERN int | lws_mnemonic_to_entropy (struct lws_context *ctx, const char *src, uint8_t *dest) |