A basic output stream for calculating SHA1 digests. More...
#include <OSHA1stream.H>


Public Member Functions | |
| osha1stream () | |
| Default construct. | |
| sha1buf * | rdbuf () |
| This hides both signatures of std::basic_ios::rdbuf(). | |
| SHA1 & | sha1 () noexcept |
| Full access to the sha1. | |
| SHA1Digest | digest () |
| Return SHA1::Digest for the data processed until now. | |
| void | reset () |
| Clear the SHA1 calculation. | |
A basic output stream for calculating SHA1 digests.
Definition at line 46 of file OSHA1stream.H.
|
inline |
Default construct.
Definition at line 109 of file OSHA1stream.H.
|
inline |
This hides both signatures of std::basic_ios::rdbuf().
Definition at line 117 of file OSHA1stream.H.
|
inlinenoexcept |
|
inline |
Return SHA1::Digest for the data processed until now.
Definition at line 127 of file OSHA1stream.H.
|
inline |
Clear the SHA1 calculation.
Definition at line 132 of file OSHA1stream.H.