azure-core
Loading...
Searching...
No Matches
Classes | Namespaces
hash.hpp File Reference

Utility functions to help compute the hash value for the input binary data, using algorithms such as MD5. More...

#include "azure/core/azure_assert.hpp"
#include <memory>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Azure::Core::Cryptography::Hash
 Represents the base class for hash algorithms which map binary data of an arbitrary length to small binary data of a fixed length. More...
 
class  Azure::Core::Cryptography::Md5Hash
 Represents the class for the MD5 hash function which maps binary data of an arbitrary length to small binary data of a fixed length. More...
 

Namespaces

namespace  Azure
 Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.