purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
purify::bppp::CommittedPurifyWitness Struct Reference

Purify witness bundle together with a Pedersen commitment to the output. More...

#include <bppp.hpp>

Data Fields

UInt512 public_key
 
FieldElement output
 
BulletproofAssignmentData assignment
 
PointBytes commitment
 

Detailed Description

Definition at line 390 of file bppp.hpp.

Field Documentation

◆ assignment

BulletproofAssignmentData purify::bppp::CommittedPurifyWitness::assignment

Definition at line 393 of file bppp.hpp.

◆ commitment

PointBytes purify::bppp::CommittedPurifyWitness::commitment

Definition at line 394 of file bppp.hpp.

◆ output

FieldElement purify::bppp::CommittedPurifyWitness::output

Definition at line 392 of file bppp.hpp.

◆ public_key

UInt512 purify::bppp::CommittedPurifyWitness::public_key

Definition at line 391 of file bppp.hpp.

Referenced by purify::bppp::commit_output_witness().


The documentation for this struct was generated from the following file: