A basic output stream for calculating SHA1 digests. More...
Public Member Functions | |
osha1stream () | |
Construct null. More... | |
sha1streambuf * | rdbuf () |
This hides both signatures of std::basic_ios::rdbuf() More... | |
SHA1 & | sha1 () |
Full access to the sha1. More... | |
A basic output stream for calculating SHA1 digests.
Definition at line 90 of file OSHA1stream.H.
|
inline |
Construct null.
Definition at line 104 of file OSHA1stream.H.
|
inline |
This hides both signatures of std::basic_ios::rdbuf()
Definition at line 114 of file OSHA1stream.H.
|
inline |
Full access to the sha1.
Definition at line 120 of file OSHA1stream.H.