|
Security Scol plugin
|
SIMON block cipher base class. More...
#include <simon.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 |
SIMON block cipher base class.
| W | the word type |
User code should use SIMON64 or SIMON128
| typedef SecBlock<W, AllocatorWithCleanup<W, true> > SIMON_Base< W >::AlignedSecBlock |
|
inlinevirtual |
|
inline |
| unsigned int SIMON_Base< W >::m_kwords |
| AlignedSecBlock SIMON_Base< W >::m_rkeys |
| unsigned int SIMON_Base< W >::m_rounds |
|
mutable |