#include "beecrypt.h"
Go to the source code of this file.
Data Structures | |
struct | mtprngParam |
Defines | |
#define | N 624 |
#define | M 397 |
#define | K 0x9908B0DF |
Functions | |
int | mtprngSetup (mtprngParam *mp) |
int | mtprngSeed (mtprngParam *mp, const uint32 *data, int size) |
int | mtprngNext (mtprngParam *mp, uint32 *data, int size) |
int | mtprngCleanup (mtprngParam *mp) |
Variables | |
const randomGenerator | mtprng |
Definition in file mtprng.h.
|
Definition at line 48 of file mtprng.h. Referenced by mtprngReload. |
|
Definition at line 47 of file mtprng.h. Referenced by mtprngReload. |
|
Definition at line 46 of file mtprng.h. Referenced by mtprngReload, mtprngSeed, mtprngSetup, rpmds_iternext, rpmds_Single, rpmdsN, rpmdsNew, rpmdsSingle, rpmdsThis, and XrpmdsLink. |
|
|
|
|
|
Definition at line 108 of file mtprng.c. References BEECRYPTAPI. |
|
|
|
|