Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
#include "libzeth/core/bits.hpp"
#include <libsnark/gadgetlib1/pb_variable.hpp>
#include "libzeth/circuits/circuit_utils.tcc"
Go to the source code of this file.
Namespaces | |
libzeth | |
Functions | |
template<typename FieldT > | |
libsnark::linear_combination< FieldT > | libzeth::packed_addition (const libsnark::pb_variable_array< FieldT > &input) |
template<typename FieldT > | |
libsnark::pb_variable_array< FieldT > | libzeth::pb_variable_array_from_bit_vector (libsnark::protoboard< FieldT > &pb, const std::vector< bool > &bits, const std::string &annotation_prefix) |