A streambuf class for calculating SHA1 digests. More...
Public Member Functions | |
sha1streambuf () | |
Construct null. More... | |
virtual std::streamsize | xsputn (const char *str, std::streamsize n) |
Process unbuffered. More... | |
Friends | |
class | osha1stream |
A streambuf class for calculating SHA1 digests.
Definition at line 53 of file OSHA1stream.H.
|
inline |
Construct null.
Definition at line 69 of file OSHA1stream.H.
|
inlinevirtual |
Process unbuffered.
Definition at line 77 of file OSHA1stream.H.
References SHA1::append(), and n.
|
friend |
Definition at line 62 of file OSHA1stream.H.