![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Luby-Rackoff block cipher. More...
#include <lubyrack.h>
Classes | |
| class | Base |
| class | Dec |
| class | Enc |
Public Types | |
| typedef BlockCipherFinal< ENCRYPTION, Enc > | Encryption |
| typedef BlockCipherFinal< DECRYPTION, Dec > | 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 VariableKeyLength< 16, 0, 2 *(INT_MAX/2), 2 > | |
| CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
| The minimum key length used by the algorithm provided as a constant. More... | |
Static Public Member Functions inherited from LR_Info< T > | |
| static std::string | StaticAlgorithmName () |
Luby-Rackoff block cipher.
Definition at line 25 of file lubyrack.h.
| typedef BlockCipherFinal<DECRYPTION, Dec> LR< T >::Decryption |
Definition at line 134 of file lubyrack.h.
| typedef BlockCipherFinal<ENCRYPTION, Enc> LR< T >::Encryption |
Definition at line 133 of file lubyrack.h.
1.8.11