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

Password based key derivation functions. More...

#include "cryptlib.h"
#include "hrtimer.h"
#include "integer.h"
#include "hmac.h"
Include dependency graph for pwdbased.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PasswordBasedKeyDerivationFunction
 Abstract base class for password based key derivation function. More...
 
class  PKCS5_PBKDF1< T >
 PBKDF1 from PKCS #5. More...
 
class  PKCS5_PBKDF2_HMAC< T >
 PBKDF2 from PKCS #5. More...
 
class  PKCS12_PBKDF< T >
 PBKDF from PKCS #12, appendix B. More...
 

Detailed Description

Password based key derivation functions.

Definition in file pwdbased.h.