|
COOPY » Guide
version 0.6.5
|
#include <Sha1Generator.h>
Public Member Functions | |
| void | add (const std::string &str) |
| void | add (const char *txt, int len) |
| std::string | finish () |
Definition at line 15 of file Sha1Generator.h.
| void coopy::store::Sha1Generator::add | ( | const std::string & | str | ) | [inline] |
Definition at line 17 of file Sha1Generator.h.
Referenced by coopy_add_function(), and coopy::store::DataSheet::getHash().
| void coopy::store::Sha1Generator::add | ( | const char * | txt, |
| int | len | ||
| ) | [inline] |
Definition at line 21 of file Sha1Generator.h.
References sha1sum_step_text().
| std::string coopy::store::Sha1Generator::finish | ( | ) | [inline] |
Definition at line 25 of file Sha1Generator.h.
References sha1sum_finish().
Referenced by coopy_set_function(), and coopy::store::DataSheet::getHash().
1.7.4