Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include "ws_symbol_export.h"
Go to the source code of this file.
Classes | |
struct | _sober128_prng |
Typedefs | |
typedef struct _sober128_prng | sober128_prng |
Functions | |
WS_DLL_PUBLIC int | sober128_start (sober128_prng *prng) |
WS_DLL_PUBLIC int | sober128_add_entropy (const unsigned char *buf, unsigned long len, sober128_prng *prng) |
WS_DLL_PUBLIC unsigned long | sober128_read (unsigned char *buf, unsigned long len, sober128_prng *prng) |
This file is derived from sober128 implementation in corosync cluster engine. corosync cluster engine borrows the implementation from LibTomCrypt.
The latest version of the original code can be found at http://www.libtom.net/LibTomCrypt/ according to which this code is in the Public Domain