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

#include <sha1_provider.hpp>

Public Member Functions

 sha1_provider ()
 
 ~sha1_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

◆ sha1_provider()

digestpp::detail::sha1_provider::sha1_provider ( )
inline

◆ ~sha1_provider()

digestpp::detail::sha1_provider::~sha1_provider ( )
inline

Member Function Documentation

◆ clear()

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

◆ final()

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

◆ hash_size()

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

◆ init()

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

◆ update()

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

Member Data Documentation

◆ is_xof

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

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