ProteoWizard
|
ostream filter for calculating a SHA-1 hash of data on the fly More...
#include <SHA1_ostream.hpp>
Public Member Functions | |
SHA1_ostream (std::ostream &os, int bufferSize=4096) | |
std::string | hash () |
void | explicitFlush () |
Private Attributes | |
std::ostream & | os_ |
SHA1Filter | filter_ |
ostream filter for calculating a SHA-1 hash of data on the fly
Definition at line 87 of file SHA1_ostream.hpp.
|
inline |
Definition at line 91 of file SHA1_ostream.hpp.
|
inline |
|
inline |
|
private |
Definition at line 108 of file SHA1_ostream.hpp.
|
private |
Definition at line 109 of file SHA1_ostream.hpp.