Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
More...
#include <seckey.h>
template<class INFO, class BASE = BlockCipher>
class BlockCipherImpl< INFO, BASE >
Provides a base implementation of Algorithm and SimpleKeyingInterface for block ciphers.
- Template Parameters
-
BlockCipherImpl() provides a default implementation for block ciphers using AlgorithmImpl() and SimpleKeyingInterfaceImpl(). Functions are virtual and not eligible for C++11 constexpr
-ness.
- See also
- Algorithm(), SimpleKeyingInterface(), AlgorithmImpl(), SimpleKeyingInterfaceImpl()
Definition at line 305 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 310 of file seckey.h.
The documentation for this class was generated from the following file:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/seckey.h