Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
More...
|
static std::string | StaticAlgorithmName () |
|
template<class INFO, class BASE = BlockCipher>
class BlockCipherImpl< INFO, BASE >
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
- Template Parameters
-
- See also
- Algorithm(), SimpleKeyingInterface(), AlgorithmImpl(), SimpleKeyingInterfaceImpl()
Definition at line 326 of file seckey.h.
◆ BlockSize()
template<class INFO , class BASE = BlockCipher>
Provides the block size of the algorithm.
- Returns
- the block size of the algorithm, in bytes
Definition at line 331 of file seckey.h.
The documentation for this class was generated from the following file: