Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

X917RNG Class Reference

RNG derived from ANSI X9.17 Appendix C. More...

#include <rng.h>

Inheritance diagram for X917RNG:

RandomNumberGenerator List of all members.

Public Methods

 X917RNG (BlockTransformation *cipher,const byte *seed)
byte GenerateByte ()
 generate new random byte and return it. More...


Detailed Description

RNG derived from ANSI X9.17 Appendix C.

Definition at line 39 of file rng.h.


Constructor & Destructor Documentation

X917RNG::X917RNG ( BlockTransformation * c,
const byte * seed )
 

Definition at line 54 of file rng.cpp.


Member Function Documentation

byte X917RNG::GenerateByte ( ) [virtual]
 

generate new random byte and return it.

Reimplemented from RandomNumberGenerator.

Definition at line 70 of file rng.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:17:21 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000