47 #ifndef _MIRA_OPENSSL_WRAPPER_MD_H_ 48 #define _MIRA_OPENSSL_WRAPPER_MD_H_ 80 virtual std::streamsize
xsputn(
const char* s, std::streamsize n);
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 void reset()
Implementation of HashStreamBuf.
virtual ~OpenSSLWrapperMD()
The destructor.
A generic hash digest, which consists of an array of bytes.
Definition: HashStream.h:65
virtual std::streamsize xsputn(const char *s, std::streamsize n)
Implementation of std::basic_streambuf.
Base class for all message digest hash functions.
Definition: OpenSSLWrapperMD.h:61
virtual HashDigest getDigest() const
Implementation of HashStreamBuf.
OpenSSLWrapperMD(const std::string &algorithm)
Default constructor.
Some basic classes for different Hash function.