#include "beecrypt/beecrypt.h"
Include dependency graph for mtprng.h:

Go to the source code of this file.
Defines | |
| #define | N 624 |
| #define | M 397 |
| #define | K 0x9908B0DFU |
Functions | |
| BEECRYPTAPI int | mtprngSetup (mtprngParam *mp) |
| BEECRYPTAPI int | mtprngSeed (mtprngParam *mp, const byte *data, size_t size) |
| BEECRYPTAPI int | mtprngNext (mtprngParam *mp, byte *data, size_t size) |
| BEECRYPTAPI int | mtprngCleanup (mtprngParam *mp) |
Variables | |
| BEECRYPTAPI const randomGenerator | mtprng |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.4.0