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

GOST block cipher. More...

#include <gost.h>

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

Classes

class  Base
 GOST block cipher default operation. More...
 
class  Dec
 GOST block cipher decryption operation. More...
 
class  Enc
 GOST 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 GOST_Info
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from FixedKeyLength< 32 >
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API StaticGetValidKeyLength (size_t keylength)
 The default key length used by the algorithm provided as a constant. More...
 

Detailed Description

GOST block cipher.

See also
GOST

Definition at line 24 of file gost.h.

Member Typedef Documentation

Definition at line 61 of file gost.h.

Definition at line 60 of file gost.h.


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