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

SKIPJACK block cipher. More...

#include <skipjack.h>

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

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, EncEncryption
 
typedef BlockCipherFinal< DECRYPTION, DecDecryption
 
- 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 ()
 

Detailed Description

SKIPJACK block cipher.

See also
SKIPJACK

Definition at line 24 of file skipjack.h.

Member Typedef Documentation

Definition at line 64 of file skipjack.h.

Definition at line 63 of file skipjack.h.


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