Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
SPECK block cipher base class. More...
#include <speck.h>
Public Types | |
typedef SecBlock< W, AllocatorWithCleanup< W, true > > | AlignedSecBlock |
Public Attributes | |
AlignedSecBlock | m_wspace |
AlignedSecBlock | m_rkeys |
unsigned int | m_kwords |
unsigned int | m_rounds |
SPECK block cipher base class.
W | the word type |
User code should use SPECK64 or SPECK128
typedef SecBlock<W, AllocatorWithCleanup<W, true> > SPECK_Base< W >::AlignedSecBlock |
|
inlinevirtual |
|
inline |
|
mutable |
AlignedSecBlock SPECK_Base< W >::m_rkeys |
unsigned int SPECK_Base< W >::m_kwords |
unsigned int SPECK_Base< W >::m_rounds |