Security Scol plugin
Protected Member Functions | List of all members
Threefish512::Base Class Reference

Threefish block cipher transformation functions. More...

#include <threefish.h>

Inheritance diagram for Threefish512::Base:
Threefish_Base< 64 > BlockCipherImpl< Threefish_Info< 64 > > AlgorithmImpl< BASE, ALGORITHM_INFO > Threefish512::Dec Threefish512::Enc

Protected Member Functions

void UncheckedSetKey (const byte *userKey, unsigned int keyLength, const NameValuePairs &params)
 

Additional Inherited Members

- Public Types inherited from Threefish_Base< 64 >
typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > AlignedSecBlock64
 
- Public Member Functions inherited from Threefish_Base< 64 >
void SetTweak (const NameValuePairs &params)
 
- Public Member Functions inherited from BlockCipherImpl< Threefish_Info< 64 > >
unsigned int BlockSize () const
 
- Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
std::string AlgorithmName () const
 The algorithm name.
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 
- Public Attributes inherited from Threefish_Base< 64 >
AlignedSecBlock64 m_wspace
 
AlignedSecBlock64 m_rkey
 
AlignedSecBlock64 m_tweak
 

Detailed Description

Threefish block cipher transformation functions.

Provides implementation common to encryption and decryption

Since
Crypto++ 6.0

Definition at line 122 of file threefish.h.

Member Function Documentation

◆ UncheckedSetKey()

void Threefish512::Base::UncheckedSetKey ( const byte userKey,
unsigned int  keyLength,
const NameValuePairs params 
)
protected

Definition at line 369 of file threefish.cpp.


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