Handles result of the method VirgilPythia::blind().
More...
#include <VirgilPythiaBlindResult.h>
Handles result of the method VirgilPythia::blind().
Encapsulate given data.
- Parameters
-
| blindedPassword | - G1 password obfuscated into a pseudo-random string. |
| blindingSecret | - BN random value used to blind user's password. |
| const VirgilByteArray& virgil::crypto::pythia::VirgilPythiaBlindResult::blindedPassword |
( |
| ) |
const |
|
inline |
- Returns
- G1 password obfuscated into a pseudo-random string.
| const VirgilByteArray& virgil::crypto::pythia::VirgilPythiaBlindResult::blindingSecret |
( |
| ) |
const |
|
inline |
- Returns
- BN random value used to blind user's password.
The documentation for this class was generated from the following file: