Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | Public Attributes | List of all members
SPECK_Base< W > Struct Template Reference

SPECK block cipher base class. More...

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
 

Detailed Description

template<class W>
struct SPECK_Base< W >

SPECK block cipher base class.

Template Parameters
Wthe word type

User code should use SPECK64 or SPECK128

See also
SPECK64, SPECK128, SPECK
Since
Crypto++ 6.0

Definition at line 62 of file speck.h.


The documentation for this struct was generated from the following file: