Fabcoin Core
0.16.2
P2P Digital Currency
|
SKIPJACK block cipher. More...
#include <skipjack.h>
Classes | |
class | Base |
SKIPJACK block cipher default operation. More... | |
class | Dec |
SKIPJACK block cipher decryption operation. More... | |
class | Enc |
SKIPJACK block cipher encryption operation. More... | |
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 FixedKeyLength< 10 > | |
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
The default key length used by the algorithm provided as a constant. More... | |
Static Public Member Functions inherited from SKIPJACK_Info | |
static CRYPTOPP_DLL const char *CRYPTOPP_API | StaticAlgorithmName () |
typedef BlockCipherFinal<DECRYPTION, Dec> SKIPJACK::Decryption |
Definition at line 64 of file skipjack.h.
typedef BlockCipherFinal<ENCRYPTION, Enc> SKIPJACK::Encryption |
Definition at line 63 of file skipjack.h.