Virgil Security Crypto library  2.0.7
Classes | Functions
Hash

This group contains interfaces for producing cryptographic hashes. More...

Classes

class  virgil::crypto::foundation::VirgilHash
 Provides hashing (message digest) algorithms. More...
 

Functions

string std::to_string (virgil::crypto::foundation::VirgilHash::Algorithm alg)
 Returns string representation of the Hash algorithm. More...
 

Detailed Description

This group contains interfaces for producing cryptographic hashes.

Function Documentation

string std::to_string ( virgil::crypto::foundation::VirgilHash::Algorithm  alg)

Returns string representation of the Hash algorithm.

Returns
Hash algorithm as string.