Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
ChaCha stream cipher implementation. More...
#include <chacha.h>
Additional Inherited Members | |
Public Types inherited from AdditiveCipherConcretePolicy< word32, 16 > | |
typedef word32 | WordType |
Word type for the cipher. | |
Public Member Functions inherited from AdditiveCipherConcretePolicy< word32, 16 > | |
unsigned int | GetBytesPerIteration () const |
Provides number of bytes operated upon during an iteration. | |
unsigned int | GetIterationsToBuffer () const |
Provides buffer size based on iterations. | |
bool | CanOperateKeystream () const |
Flag indicating. | |
Public Member Functions inherited from AdditiveCipherAbstractPolicy | |
virtual void | WriteKeystream (byte *keystream, size_t iterationCount) |
Generate the keystream. | |
Static Public Attributes inherited from AdditiveCipherConcretePolicy< word32, 16 > | |
static const int | BYTES_PER_ITERATION |
Number of bytes for an iteration. | |