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

#include <bulletproof.hpp>

Data Fields

std::size_t constraint_slack = 0
 
std::vector< std::size_t > wl
 
std::vector< std::size_t > wr
 
std::vector< std::size_t > wo
 
std::vector< std::size_t > wv
 

Detailed Description

Definition at line 82 of file bulletproof.hpp.

Field Documentation

◆ constraint_slack

std::size_t purify::NativeBulletproofCircuit::PackedSlackPlan::constraint_slack = 0

◆ wl

std::vector<std::size_t> purify::NativeBulletproofCircuit::PackedSlackPlan::wl

◆ wo

std::vector<std::size_t> purify::NativeBulletproofCircuit::PackedSlackPlan::wo

◆ wr

std::vector<std::size_t> purify::NativeBulletproofCircuit::PackedSlackPlan::wr

◆ wv

std::vector<std::size_t> purify::NativeBulletproofCircuit::PackedSlackPlan::wv

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