|
void | CipherSetKey (const NameValuePairs ¶ms, const byte *key, size_t length) |
|
void | CipherResynchronize (byte *keystreamBuffer, const byte *IV, size_t length) |
|
unsigned int | GetAlignment () const |
|
unsigned int | GetBytesPerIteration () const |
|
unsigned int | GetIterationsToBuffer () const |
|
bool | CanOperateKeystream () const |
|
|
static const int | BYTES_PER_ITERATION |
|
|
void | OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount) |
|
bool | CipherIsRandomAccess () const |
|
void | SeekToIteration (lword iterationCount) |
|
Definition at line 46 of file salsa.h.
The documentation for this class was generated from the following file: