Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
sober128.h File Reference
#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)
 

Detailed Description

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