37 #ifndef VIRGIL_CRYPTO_FOUNDATION_VIRGIL_RANDOM_H
38 #define VIRGIL_CRYPTO_FOUNDATION_VIRGIL_RANDOM_H
43 #include "../VirgilByteArray.h"
45 namespace virgil {
namespace crypto {
namespace foundation {
122 std::unique_ptr<Impl> impl_;
Provides randomization algorithm.
Definition: VirgilRandom.h:50
VirgilRandom(const virgil::crypto::VirgilByteArray &personalInfo)
Initialize randomization module with personalization data.
std::vector< unsigned char > VirgilByteArray
This type represents a sequence of bytes.
Definition: VirgilByteArray.h:50