|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Inheritance diagram for Panama< B >:Public Member Functions | |
| std::string | AlgorithmProvider () const |
| void | Reset () |
| void | Iterate (size_t count, const word32 *p=NULL, byte *output=NULL, const byte *input=NULL, KeystreamOperation operation=WRITE_KEYSTREAM) |
| std::string Panama< B >::AlgorithmProvider | ( | ) | const |
Definition at line 21 of file panama.cpp.
| void Panama< B >::Reset | ( | ) |
Definition at line 36 of file panama.cpp.
| void Panama< B >::Iterate | ( | size_t | count, |
| const word32 * | p = NULL, |
||
| byte * | output = NULL, |
||
| const byte * | input = NULL, |
||
| KeystreamOperation | operation = WRITE_KEYSTREAM |
||
| ) |
Definition at line 336 of file panama.cpp.