#include "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 |
Definition in file fips186.h.
|
|
|
|
|
|
|
|
|
|
|
|