Crypto++
8.9
Free C++ class library of cryptographic schemes
|
ChaCha stream cipher implementation. More...
Additional Inherited Members | |
![]() | |
typedef word32 | WordType |
Word type for the cipher. | |
![]() | |
unsigned int | GetAlignment () const |
Provides data alignment requirements. More... | |
unsigned int | GetBytesPerIteration () const |
Provides number of bytes operated upon during an iteration. More... | |
unsigned int | GetIterationsToBuffer () const |
Provides buffer size based on iterations. More... | |
bool | CanOperateKeystream () const |
Flag indicating. More... | |
![]() | |
virtual void | WriteKeystream (byte *keystream, size_t iterationCount) |
Generate the keystream. More... | |
![]() | |
static const int | BYTES_PER_ITERATION |
Number of bytes for an iteration. More... | |