37 #ifndef VIRGIL_CRYPTO_VIRGIL_RANDOM_H 
   38 #define VIRGIL_CRYPTO_VIRGIL_RANDOM_H 
   43 #include <virgil/crypto/VirgilByteArray.h> 
   45 namespace virgil { 
namespace crypto { 
namespace foundation {
 
  114     std::unique_ptr<Impl> impl_;
 
Provides randomization algorithm. 
Definition: VirgilRandom.h:50
 
VirgilRandom(const virgil::crypto::VirgilByteArray &personalInfo)
Initialize randomization module with personalization data. 
 
Root namespace for all Virgil Security libraries. 
Definition: VirgilAsn1Compatible.h:46
 
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes. 
Definition: VirgilByteArray.h:53