Skip to content

sgns::GeniusProver::GeniusProof

#include <GeniusProver.hpp>

Public Functions

Name
GeniusProof(ProofType new_proof, ConstraintMarshallingType new_constrains, PlonkMarshalledTableType new_table)

Public Attributes

Name
ProofType proof
ConstraintMarshallingType constrains
PlonkMarshalledTableType table

Public Functions Documentation

function GeniusProof

inline GeniusProof(
    ProofType new_proof,
    ConstraintMarshallingType new_constrains,
    PlonkMarshalledTableType new_table
)

Public Attributes Documentation

variable proof

ProofType proof;

variable constrains

ConstraintMarshallingType constrains;

variable table

PlonkMarshalledTableType table;

Updated on 2026-03-04 at 13:10:43 -0800