Inheritance diagram for BlockCipherImpl< INFO, BASE >:

Definition at line 156 of file seckey.h.
Public Member Functions | |
| unsigned int | BlockSize () const |
| std::string | AlgorithmName () const |
| size_t | MinKeyLength () const |
| size_t | MaxKeyLength () const |
| size_t | DefaultKeyLength () const |
| size_t | GetValidKeyLength (size_t n) const |
| TwoBases< BASE, INFO >::IV_Requirement | IVRequirement () const |
Static Public Member Functions | |
| static std::string __cdecl | StaticAlgorithmName () |
Protected Member Functions | |
| void | AssertValidKeyLength (size_t length) |
1.5.1-p1