FIPS-186 pseudo-random number generator, headers. More...
#include "beecrypt/beecrypt.h"#include "sha1.h"
Go to the source code of this file.
Data Structures | |
| struct | fips186Param |
Defines | |
| #define | FIPS186_STATE_SIZE 16 |
Functions | |
| int | fips186Setup (fips186Param *) |
| int | fips186Seed (fips186Param *, const byte *, size_t) |
| int | fips186Next (fips186Param *, byte *, size_t) |
| int | fips186Cleanup (fips186Param *) |
Variables | |
| const randomGenerator | fips186prng |
FIPS-186 pseudo-random number generator, headers.
| #define FIPS186_STATE_SIZE 16 |
| int fips186Cleanup | ( | fips186Param * | ) |
| int fips186Next | ( | fips186Param * | , | |
| byte * | , | |||
| size_t | ||||
| ) |
| int fips186Seed | ( | fips186Param * | , | |
| const byte * | , | |||
| size_t | ||||
| ) |
| int fips186Setup | ( | fips186Param * | ) |
| const randomGenerator fips186prng |
1.6.1