Virgil Security Crypto library  2.4.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Functions
KDF

This group contains interfaces to Key Derivation Function algorithms. More...

Classes

class  virgil::crypto::foundation::VirgilHKDF
 Implements HMAC-based Extract-and-Expand Key Derivation Function (RFC 5869) More...
 
class  virgil::crypto::foundation::VirgilKDF
 Provides key derivation function algorithms. More...
 

Functions

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

Detailed Description

This group contains interfaces to Key Derivation Function algorithms.

Function Documentation

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

Returns string representation of the KDF algorithm.

Returns
KDF algorithm as string.