digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
digestpp::detail::md5_provider Class Reference

#include <md5_provider.hpp>

Public Member Functions

 md5_provider ()
 
 ~md5_provider ()
 
void init ()
 
void update (const unsigned char *data, size_t len)
 
void final (unsigned char *hash)
 
void clear ()
 
size_t hash_size () const
 

Static Public Attributes

static const bool is_xof = false
 

Constructor & Destructor Documentation

◆ md5_provider()

digestpp::detail::md5_provider::md5_provider ( )
inline

◆ ~md5_provider()

digestpp::detail::md5_provider::~md5_provider ( )
inline

Member Function Documentation

◆ clear()

void digestpp::detail::md5_provider::clear ( )
inline

◆ final()

void digestpp::detail::md5_provider::final ( unsigned char * hash)
inline

◆ hash_size()

size_t digestpp::detail::md5_provider::hash_size ( ) const
inline

◆ init()

void digestpp::detail::md5_provider::init ( )
inline

◆ update()

void digestpp::detail::md5_provider::update ( const unsigned char * data,
size_t len )
inline

Member Data Documentation

◆ is_xof

const bool digestpp::detail::md5_provider::is_xof = false
static

The documentation for this class was generated from the following file: