Virgil Security Crypto library  2.2.2
Classes | Functions
Cipher

This group contains interfaces to encryption and to decryption algorithms. More...

Classes

class  virgil::crypto::foundation::VirgilPBE
 Provides Password-Based Cryptography. Now PKCS#5 and PKCS#12 are partially supported. More...
 
class  virgil::crypto::foundation::VirgilSymmetricCipher
 Provides symmetric ciphers algorithms. More...
 

Functions

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

Detailed Description

This group contains interfaces to encryption and to decryption algorithms.

Function Documentation

◆ to_string()

Returns string representation of the Hash algorithm.

Returns
Symmetric cipher algorithm as string.