Crypto++
|
_ More...
#include <sosemanuk.h>
Public Types | |
typedef word32 | WordType |
Public Member Functions | |
unsigned int | GetAlignment () const |
unsigned int | GetBytesPerIteration () const |
unsigned int | GetIterationsToBuffer () const |
bool | CanOperateKeystream () const |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
static size_t | StaticGetValidKeyLength (size_t n) |
Protected Member Functions | |
void | CipherSetKey (const NameValuePairs ¶ms, const byte *key, size_t length) |
void | OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount) |
void | CipherResynchronize (byte *keystreamBuffer, const byte *iv, size_t length) |
bool | CipherIsRandomAccess () const |
Protected Attributes | |
FixedSizeSecBlock< word32, 25 *4 > | m_key |
FixedSizeAlignedSecBlock < word32, 12 > | m_state |
_
Definition at line 15 of file sosemanuk.h.