Microsoft Azure Storage Client Library for C++  7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
Public Member Functions | Static Public Member Functions | List of all members
azure::storage::core::hash_provider Class Reference

Public Member Functions

bool is_enabled () const
 
void write (const uint8_t *data, size_t count)
 
void close ()
 
checksum hash () const
 

Static Public Member Functions

static hash_provider create_hmac_sha256_hash_provider (const std::vector< uint8_t > &key)
 
static hash_provider create_md5_hash_provider ()
 
static hash_provider create_sha256_hash_provider ()
 
static hash_provider create_crc64_hash_provider ()