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

#include <bppp.hpp>

Public Member Functions

Result< Bytesserialize (purify_secp_context *secp_context) const
 

Static Public Member Functions

static Result< NonceProofdeserialize (std::span< const unsigned char > serialized, purify_secp_context *secp_context)
 

Data Fields

Nonce nonce
 
bppp::PointBytes commitment_point {}
 
bppp::ExperimentalCircuitZkNormArgProof proof
 

Static Public Attributes

static constexpr unsigned char kSerializationVersion = 1
 

Detailed Description

Definition at line 255 of file bppp.hpp.

Member Function Documentation

◆ deserialize()

◆ serialize()

Field Documentation

◆ commitment_point

bppp::PointBytes purify::puresign_plusplus::NonceProof::commitment_point {}

Definition at line 259 of file bppp.hpp.

Referenced by serialize().

◆ kSerializationVersion

constexpr unsigned char purify::puresign_plusplus::NonceProof::kSerializationVersion = 1
staticconstexpr

Definition at line 256 of file bppp.hpp.

Referenced by deserialize(), and serialize().

◆ nonce

◆ proof

bppp::ExperimentalCircuitZkNormArgProof purify::puresign_plusplus::NonceProof::proof

Definition at line 260 of file bppp.hpp.

Referenced by serialize().


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