Crypto++  7.0
Free C++ class library of cryptographic schemes
Classes | Public Types | List of all members
Threefish512 Class Reference

Threefish 512-bit block cipher. More...

+ Inheritance diagram for Threefish512:

Classes

class  Base
 Threefish block cipher transformation functions. More...
 
class  Dec
 Provides implementation for encryption transformation. More...
 
class  Enc
 Provides implementation for encryption transformation. More...
 

Public Types

typedef BlockCipherFinal< ENCRYPTION, EncEncryption
 
typedef BlockCipherFinal< DECRYPTION, DecDecryption
 
- Public Types inherited from Threefish_Base< 32 >
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > AlignedSecBlock64
 
- Public Types inherited from BlockCipherDocumentation
typedef BlockCipher Encryption
 implements the BlockCipher interface
 
typedef BlockCipher Decryption
 implements the BlockCipher interface
 

Additional Inherited Members

- Public Member Functions inherited from Threefish_Base< 32 >
void SetTweak (const NameValuePairs &params)
 
- Public Attributes inherited from Threefish_Base< 32 >
AlignedSecBlock64 m_wspace
 
AlignedSecBlock64 m_rkey
 
AlignedSecBlock64 m_tweak
 

Detailed Description

Threefish 512-bit block cipher.

Threefish512 provides 512-bit block size. The valid key size is 512-bit.

Note
Crypto++ provides a byte oriented implementation
See also
Threefish256, Threefish512, Threefish1024, Threefish
Since
Crypto++ 6.0

Definition at line 116 of file threefish.h.


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