#include "beecrypt.h"
Go to the source code of this file.
Data Structures | |
struct | mtprngParam |
Defines | |
#define | N 624 |
#define | M 397 |
#define | K 0x9908B0DFU |
Functions | |
int | mtprngSetup (mtprngParam *mp) |
int | mtprngSeed (mtprngParam *mp, const byte *data, size_t size) |
int | mtprngNext (mtprngParam *mp, byte *data, size_t size) |
int | mtprngCleanup (mtprngParam *mp) |
Variables | |
const randomGenerator | mtprng |
Definition in file mtprng.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|