xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::PedersenProofParams Struct Reference

Stores the parameters that are exclusively used to generate a Pedersen linkage proof. More...

#include <mpt.h>

Collaboration diagram for xrpl::test::jtx::PedersenProofParams:

Public Attributes

Buffer const pedersenCommitment
 The Pedersen commitment used by the proof.
uint64_t const amt
 Either the spending balance or the value being transferred.
Buffer const encryptedAmt
 The encrypted amount linked to the Pedersen commitment.
Buffer const blindingFactor
 The blinding factor used to create the Pedersen commitment.

Detailed Description

Stores the parameters that are exclusively used to generate a Pedersen linkage proof.

Definition at line 320 of file mpt.h.

Member Data Documentation

◆ pedersenCommitment

Buffer const xrpl::test::jtx::PedersenProofParams::pedersenCommitment

The Pedersen commitment used by the proof.

Definition at line 323 of file mpt.h.

◆ amt

uint64_t const xrpl::test::jtx::PedersenProofParams::amt

Either the spending balance or the value being transferred.

Definition at line 326 of file mpt.h.

◆ encryptedAmt

Buffer const xrpl::test::jtx::PedersenProofParams::encryptedAmt

The encrypted amount linked to the Pedersen commitment.

Definition at line 329 of file mpt.h.

◆ blindingFactor

Buffer const xrpl::test::jtx::PedersenProofParams::blindingFactor

The blinding factor used to create the Pedersen commitment.

Definition at line 332 of file mpt.h.