bacs.hpp File Reference
#include <vector>
#include <nil/crypto3/zk/snark/relations/variable.hpp>
+ Include dependency graph for bacs.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nil::crypto3::zk::snark::bacs_circuit< FieldType >
 
struct  nil::crypto3::zk::snark::bacs_gate< FieldType >
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::zk
 
 nil::crypto3::zk::snark
 

Typedefs

template<typename FieldType >
using nil::crypto3::zk::snark::bacs_auxiliary_input = bacs_variable_assignment< FieldType >
 
template<typename FieldType >
using nil::crypto3::zk::snark::bacs_primary_input = bacs_variable_assignment< FieldType >
 
template<typename FieldType >
using nil::crypto3::zk::snark::bacs_variable_assignment = std::vector< typename FieldType::value_type >