|
MIRA
|
The SHA256 hash function. More...
#include <security/SHA256.h>

Public Member Functions | |
| SHA256StreamBuf () | |
| Default constructor. More... | |
| virtual | ~SHA256StreamBuf () |
| 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 SHA256 hash function.
| SHA256StreamBuf | ( | ) |
Default constructor.
|
virtual |
The destructor.
|
virtual |
Implementation of HashFunction.
Implements HashStreamBuf.
|
virtual |
Implementation of HashFunction.
Implements HashStreamBuf.
|
protectedvirtual |
Implementation of std::basic_streambuf.
1.8.14