Define proxy interface for the Randomization functionality.
More...
#include <VirgilOperationRandom.h>
Define proxy interface for the Randomization functionality.
- Note
- This is experimental feature.
template<class Impl >
virgil::crypto::primitive::VirgilOperationRandom::VirgilOperationRandom |
( |
Impl |
impl | ) |
|
|
inline |
Captures implementation object.
- Template Parameters
-
Impl | - class that contains functions that has identical signature to this class functions. |
- Parameters
-
impl | - object that implements interface. |
VirgilByteArray virgil::crypto::primitive::VirgilOperationRandom::randomize |
( |
size_t |
bytesNum | ) |
|
|
inline |
Return random sequence.
- Parameters
-
bytesNum | - octets number to be randomized. |
- Returns
- Random sequence.
The documentation for this class was generated from the following file: