Fabcoin Core  0.16.2
P2P Digital Currency
Classes
drbg.h File Reference

Classes for NIST DRBGs from SP 800-90A. More...

#include "cryptlib.h"
#include "secblock.h"
Include dependency graph for drbg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NIST_DRBG
 Interface for NIST DRBGs from SP 800-90A. More...
 
class  NIST_DRBG::Err
 Exception thrown when a NIST DRBG encounters an error. More...
 
class  Hash_DRBG< HASH, STRENGTH, SEEDLENGTH >
 Hash_DRBG from SP 800-90A Rev 1 (June 2015) More...
 

Detailed Description

Classes for NIST DRBGs from SP 800-90A.

See also
Recommendation for Random Number Generation Using Deterministic Random Bit Generators, Rev 1 (June 2015)
Since
Crypto++ 5.7

Definition in file drbg.h.