![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Camellia block cipher. More...
#include <camellia.h>
Classes | |
| class | Base |
Public Types | |
| typedef BlockCipherFinal< ENCRYPTION, Base > | Encryption |
| typedef BlockCipherFinal< DECRYPTION, Base > | Decryption |
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 Camellia_Info | |
| CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from VariableKeyLength< 16, 16, 32, 8 > | |
| CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
| The minimum key length used by the algorithm provided as a constant. More... | |
| typedef BlockCipherFinal<DECRYPTION, Base> Camellia::Decryption |
Definition at line 43 of file camellia.h.
| typedef BlockCipherFinal<ENCRYPTION, Base> Camellia::Encryption |
Definition at line 42 of file camellia.h.
1.8.11