Define proxy interface for the Key Derivation Function functionality.
More...
#include <VirgilOperationKDF.h>
Define proxy interface for the Key Derivation Function functionality.
- Note
- This is experimental feature.
template<class Impl >
virgil::crypto::primitive::VirgilOperationKDF::VirgilOperationKDF |
( |
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. |
Derive key from the given key material and additional options.
- Parameters
-
keyMaterial | - input sequence (key material). |
salt | - optional salt value (a non-secret random value). |
info | - optional context and application specific information. |
size | - size of the output sequence. |
- Returns
- Output sequence.
The documentation for this class was generated from the following file: