Crypto++  8.8
Free C++ class library of cryptographic schemes
List of all members
SAFER_Impl< BASE, INFO, STR > Class Template Reference

SAFER block cipher default implementation. More...

+ Inheritance diagram for SAFER_Impl< BASE, INFO, STR >:

Additional Inherited Members

- Public Member Functions inherited from BlockCipherImpl< INFO, BASE >
unsigned int BlockSize () const
 Provides the block size of the algorithm. More...
 
- Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
std::string AlgorithmName () const
 The algorithm name. More...
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
static std::string StaticAlgorithmName ()
 The algorithm name. More...
 

Detailed Description

template<class BASE, class INFO, bool STR>
class SAFER_Impl< BASE, INFO, STR >

SAFER block cipher default implementation.

Template Parameters
BASESAFER::Enc or SAFER::Dec derived base class
INFOSAFER_Info derived class
STRflag indicating a strengthened implementation

SAFER-K is not strengthened; while SAFER-SK is strengthened.

Definition at line 54 of file safer.h.


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