52 #ifdef MIRA_USE_OPENSSL3 60 #ifdef MIRA_USE_OPENSSL3 68 public OpenSSLWrapperMD
75 #else // MIRA_USE_OPENSSL3 101 virtual std::streamsize xsputn(
const char* s, std::streamsize n);
109 #endif // MIRA_USE_OPENSSL3 A generic hash streambuf class.
Definition: HashStream.h:93
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
virtual ~SHA1StreamBuf()
The destructor.
SHA1StreamBuf()
Default constructor.
A generic hash digest, which consists of an array of bytes.
Definition: HashStream.h:65
The SHA1 hash function.
Definition: SHA1.h:82
HashStream< SHA1StreamBuf > SHA1
A simple SHA1 hash stream.
Definition: SHA1.h:118
A template base class for hash functions based on std::ostream.
Definition: HashStream.h:157
Some basic classes for different Hash function.