Crypto++ 8.7
Free C++ class library of cryptographic schemes
List of all members
Threefish256::Dec Class Reference

Decryption transformation. More...

#include <threefish.h>

+ Inheritance diagram for Threefish256::Dec:

Additional Inherited Members

- Public Types inherited from Threefish_Base< 32 >
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > AlignedSecBlock64
 
- Public Member Functions inherited from Threefish_Base< 32 >
void SetTweak (const NameValuePairs &params)
 
- Public Member Functions inherited from BlockCipherImpl< Threefish_Info< 32 > >
unsigned int BlockSize () const
 Provides the block size of the algorithm. More...
 
- Public Member Functions inherited from AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< BlockCipher, Threefish_Info< 32 > > > >
std::string AlgorithmName () const
 The algorithm name. More...
 
- Public Member Functions inherited from SimpleKeyingInterfaceImpl< TwoBases< BlockCipher, Threefish_Info< 32 > > >
size_t MinKeyLength () const
 The minimum key length used by the algorithm. More...
 
size_t MaxKeyLength () const
 The maximum key length used by the algorithm. More...
 
size_t DefaultKeyLength () const
 The default key length used by the algorithm. More...
 
size_t GetValidKeyLength (size_t keylength) const
 Provides a valid key length for the algorithm. More...
 
SimpleKeyingInterface::IV_Requirement IVRequirement () const
 The default IV requirements for the algorithm. More...
 
unsigned int IVSize () const
 The initialization vector length for the algorithm. More...
 
- Static Public Member Functions inherited from AlgorithmImpl< SimpleKeyingInterfaceImpl< TwoBases< BlockCipher, Threefish_Info< 32 > > > >
static std::string StaticAlgorithmName ()
 The algorithm name. More...
 
- Public Attributes inherited from Threefish_Base< 32 >
AlignedSecBlock64 m_wspace
 
AlignedSecBlock64 m_rkey
 
AlignedSecBlock64 m_tweak
 

Detailed Description

Decryption transformation.

Dec provides implementation for decryption transformation. All key and block sizes are supported.

Since
Crypto++ 6.0

Definition at line 98 of file threefish.h.


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