Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

fips186.h File Reference

FIPS-186 pseudo-random number generator, headers. More...

#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


Detailed Description

FIPS-186 pseudo-random number generator, headers.

Author:
Bob Deblier <bob.deblier@pandora.be>

Definition in file fips186.h.


Define Documentation

#define FIPS186_STATE_SIZE   16
 

Definition at line 44 of file fips186.h.


Function Documentation

int fips186Cleanup fips186Param  ) 
 

int fips186Next fips186Param ,
byte ,
size_t 
 

int fips186Seed fips186Param ,
const byte ,
size_t 
 

int fips186Setup fips186Param  ) 
 


Variable Documentation

const randomGenerator fips186prng
 

Definition at line 70 of file fips186.h.


Generated on Wed Mar 24 13:56:53 2004 for BeeCrypt by doxygen 1.3.6