#include <HashFunction.h>
Inheritance diagram for CODEX_Ciphers::HashFunction:

Public Types | |
| typedef CODEX_ASN1::ustring | ustring |
| Shortened name for basic_string< unsigned char >. | |
Public Member Functions | |
| virtual ustring * | operator() (const ustring &buff) const =0 |
| virtual ustring * | operator() (const ustring &buff, unsigned int len) const =0 |
It's important to use the same derived class consistently.
Definition at line 30 of file HashFunction.h.
|
||||||||||||
|
Implemented in CODEX_Ciphers::SHA1HashFunction. |
|
|
Implemented in CODEX_Ciphers::SHA1HashFunction. |
1.4.1