![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <rc5.h>
Classes | |
| class | Base |
| class | Dec |
| class | Enc |
Public Types | |
| typedef BlockCipherFinal< ENCRYPTION, Enc > | Encryption |
| typedef BlockCipherFinal< DECRYPTION, Dec > | Decryption |
Public Types inherited from RC5_Info | |
| typedef word32 | RC5_WORD |
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 RC5_Info | |
| CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from VariableKeyLength< 16, 0, 255 > | |
| CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
| The minimum key length used by the algorithm provided as a constant. More... | |
Public Member Functions inherited from VariableRounds< 16 > | |
| CRYPTOPP_STATIC_CONSTEXPR unsigned int | StaticGetDefaultRounds (size_t keylength) |
| The default number of rounds for the algorithm provided as a constant. More... | |
Protected Member Functions inherited from VariableRounds< 16 > | |
| void | ThrowIfInvalidRounds (int rounds, const Algorithm *alg) |
| Validates the number of rounds for an algorithm. More... | |
| unsigned int | GetRoundsAndThrowIfInvalid (const NameValuePairs ¶m, const Algorithm *alg) |
| Validates the number of rounds for an algorithm. More... | |
| typedef BlockCipherFinal<DECRYPTION, Dec> RC5::Decryption |
| typedef BlockCipherFinal<ENCRYPTION, Enc> RC5::Encryption |
1.8.11