Public Types | |
| typedef word32 | WordType |
Public Member Functions | |
| unsigned int | GetAlignment () const |
| unsigned int | GetBytesPerIteration () const |
| unsigned int | GetIterationsToBuffer () const |
| bool | CanOperateKeystream () const |
| virtual unsigned int | GetOptimalBlockSize () const |
| virtual void | WriteKeystream (byte *keystream, size_t iterationCount) |
Static Public Attributes | |
| static const int | BYTES_PER_ITERATION |
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 |
| void | SeekToIteration (lword iterationCount) |
Protected Attributes | |
|
FixedSizeAlignedSecBlock < word32, 16 > | m_state |
| int | m_rounds |
Definition at line 16 of file salsa.h.
1.7.1