MIRA
|
The SHA1 hash function. More...
#include <security/SHA1.h>
Public Member Functions | |
SHA1StreamBuf () | |
Default constructor. More... | |
virtual | ~SHA1StreamBuf () |
The destructor. More... | |
virtual void | reset () |
Implementation of HashFunction. More... | |
virtual HashDigest | getDigest () const |
Implementation of HashFunction. More... | |
Protected Member Functions | |
virtual std::streamsize | xsputn (const char *s, std::streamsize n) |
Implementation of std::basic_streambuf. More... | |
The SHA1 hash function.
SHA1StreamBuf | ( | ) |
Default constructor.
|
virtual |
The destructor.
|
virtual |
Implementation of HashFunction.
Implements HashStreamBuf.
|
virtual |
Implementation of HashFunction.
Implements HashStreamBuf.
|
protectedvirtual |
Implementation of std::basic_streambuf.