Handles result of the method VirgilPythia::prove().
More...
#include <VirgilPythiaProveResult.h>
Handles result of the method VirgilPythia::prove().
Encapsulate given data.
- Parameters
-
proofValueC | - BN first part of proof that transformed_password was created using transformation_private_key. |
proofValueU | - BN second part of proof that transformed_password was created using transformation_private_key. |
const VirgilByteArray& virgil::crypto::pythia::VirgilPythiaProveResult::proofValueC |
( |
| ) |
|
|
inline |
- Returns
- BN first part of proof that transformed_password was created using transformation_private_key.
const VirgilByteArray& virgil::crypto::pythia::VirgilPythiaProveResult::proofValueU |
( |
| ) |
|
|
inline |
- Returns
- BN second part of proof that transformed_password was created using transformation_private_key.
The documentation for this class was generated from the following file: