Virgil Security Crypto library  2.0.7
Classes | Functions
KDF

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

Classes

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.