#include <null_hash_gadget.hpp>
template<typename FieldT>
class libzecale::null_hash_gadget< FieldT >
A trivial hash gadget that can be used as a parameter to the aggregator_circuit to disable verification key hashing during development.
Definition at line 14 of file null_hash_gadget.hpp.
◆ null_hash_gadget()
template<typename FieldT >
| libzecale::null_hash_gadget< FieldT >::null_hash_gadget |
( |
libsnark::protoboard< FieldT > & |
pb, |
|
|
const libsnark::block_variable< FieldT > & |
input, |
|
|
const libsnark::digest_variable< FieldT > & |
output, |
|
|
const std::string & |
annotation_prefix |
|
) |
| |
◆ generate_r1cs_constraints()
template<typename FieldT >
◆ generate_r1cs_witness()
template<typename FieldT >
◆ get_digest_len()
template<typename FieldT >
The documentation for this class was generated from the following file: