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

Standard signature bundled with the public nonce proof it relied on. More...

#include <legacy.hpp>

Public Member Functions

Result< Bytesserialize (purify_secp_context *secp_context) const
 

Static Public Member Functions

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

Data Fields

Signature signature
 
NonceProof nonce_proof
 

Detailed Description

Definition at line 231 of file legacy.hpp.

Member Function Documentation

◆ deserialize()

Result< ProvenSignature > purify::puresign::ProvenSignature::deserialize ( std::span< const unsigned char >  serialized,
purify_secp_context secp_context 
)
static

◆ serialize()

Field Documentation

◆ nonce_proof

◆ signature


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