COOPY » Guide
version 0.6.5
|
#include <string>
Go to the source code of this file.
Data Structures | |
class | coopy::store::Sha1Generator |
Namespaces | |
namespace | coopy |
All COOPY toolbox classes. | |
namespace | coopy::store |
Storage for tables. | |
Functions | |
void | sha1sum_step_text (const char *zText, int nBytes) |
char * | sha1sum_finish () |
char* sha1sum_finish | ( | ) |
Definition at line 471 of file Sha1Generator.cpp.
References DigestToBase16(), hashLen, incrInit, SHA1Result(), and sha1sum_step_text().
Referenced by coopy::store::Sha1Generator::finish().
void sha1sum_step_text | ( | const char * | zText, |
int | nBytes | ||
) |
Definition at line 450 of file Sha1Generator.cpp.
References hashLen, incrInit, SHA1Input(), and SHA1Reset().
Referenced by coopy::store::Sha1Generator::add(), and sha1sum_finish().