Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Public Types | List of all members
Blowfish Class Reference

Blowfish block cipher. More...

#include <blowfish.h>

Inheritance diagram for Blowfish:
[legend]
Collaboration diagram for Blowfish:
[legend]

Classes

class  Base
 Class specific implementation and overrides used to operate the cipher. More...
 

Public Types

typedef BlockCipherFinal< ENCRYPTION, BaseEncryption
 
typedef BlockCipherFinal< DECRYPTION, BaseDecryption
 
- Public Types inherited from BlockCipherDocumentation
typedef BlockCipher Encryption
 implements the BlockCipher interface More...
 
typedef BlockCipher Decryption
 implements the BlockCipher interface More...
 

Additional Inherited Members

- Public Member Functions inherited from Blowfish_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 16, 4, 56 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The minimum key length used by the algorithm provided as a constant. More...
 

Detailed Description

Blowfish block cipher.

Since
Crypto++ 1.0

Definition at line 26 of file blowfish.h.

Member Typedef Documentation

Definition at line 49 of file blowfish.h.

Definition at line 48 of file blowfish.h.


The documentation for this class was generated from the following file: