SYMBOL INDEX (58 symbols across 9 files) FILE: contracts/contract_deploy.py function compile (line 30) | def compile(tree_depth): function contract_deploy (line 43) | def contract_deploy(tree_depth, vk_dir, merkle_root, host="localhost"): function verify (line 95) | def verify(contract, proof, host="localhost"): FILE: pythonWrapper/helper.py function binary2ctypes (line 56) | def binary2ctypes(out): function hexToBinary (line 59) | def hexToBinary(hexString): function genWitness (line 65) | def genWitness(leaves, public_key_x, public_key_y, address, tree_depth, ... function genSalt (line 129) | def genSalt(i): function genNullifier (line 134) | def genNullifier(recvAddress): FILE: pythonWrapper/utils.py function hex2int (line 29) | def hex2int(elements): function normalize_proof (line 35) | def normalize_proof(proof): function getSignature (line 48) | def getSignature(m,sk,pk): function createLeaf (line 54) | def createLeaf(public_key , message): function libsnark2python (line 60) | def libsnark2python (inputs): function hashPadded (line 86) | def hashPadded(left, right): function sha256 (line 93) | def sha256(data): function getUniqueLeaf (line 97) | def getUniqueLeaf(depth): function genMerkelTree (line 103) | def genMerkelTree(tree_depth, leaves): function getMerkelRoot (line 115) | def getMerkelRoot(tree_depth, leaves): function getMerkelProof (line 118) | def getMerkelProof(leaves, index, tree_depth): function testHashPadded (line 131) | def testHashPadded(): function testGenMerkelTree (line 137) | def testGenMerkelTree(): function testlibsnarkTopython (line 145) | def testlibsnarkTopython(): function testgetMissingLeaf (line 164) | def testgetMissingLeaf(): function testgetMerkelProof (line 171) | def testgetMerkelProof(): FILE: src/ZoKrates/wraplibsnark.cpp function libsnarkBigintFromBytes (line 26) | libff::bigint libsnarkBigintFromBytes(const ui... function HexStringFromLibsnarkBigint (line 38) | std::string HexStringFromLibsnarkBigint(libff::bigint createConstraintSy... function generateKeypair (line 150) | r1cs_ppzksnark_keypair generateKeypair(const r1cs_p... function writeToFile (line 156) | void writeToFile(std::string path, T& obj) { function T (line 168) | T loadFromFile(std::string path) { function serializeProvingKeyToFile (line 185) | void serializeProvingKeyToFile(r1cs_ppzksnark_proving_key deserializeProvingKeyFro... function serializeVerificationKeyToFile (line 193) | void serializeVerificationKeyToFile(r1cs_ppzksnark_verification_key k... function printProof (line 256) | void printProof(r1cs_ppzksnark_proof proof){ FILE: src/export.cpp function constraint_to_json (line 68) | void constraint_to_json(linear_combination constraints, std::str... function array_to_json (line 89) | void array_to_json(protoboard pb, uint input_variables, std::st... function r1cs_to_json (line 114) | void r1cs_to_json(protoboard pb, uint input_variables, std::stri... function string (line 157) | string proof_to_json(r1cs_ppzksnark_proof proof, r1... function vk2json (line 226) | void vk2json(r1cs_ppzksnark_keypair keypair, std::s... FILE: src/roll_up.hpp type libsnark (line 32) | namespace libsnark { class roll_up (line 35) | class roll_up: public gadget { FILE: src/roll_up_wrapper.cpp function genKeys (line 38) | void genKeys(int noTx, char* pkOutput, char* vkOuput) { FILE: src/sha256/sha256_ethereum.cpp function from_bits (line 30) | pb_variable_array from_bits(std::vector bits, pb_variable<... class sha256_ethereum (line 41) | class sha256_ethereum : gadget { method sha256_ethereum (line 51) | sha256_ethereum(protoboard &pb, method generate_r1cs_constraints (line 161) | void generate_r1cs_constraints(const bool ensure_output_bitness) { method generate_r1cs_witness (line 167) | void generate_r1cs_witness() { method get_digest_len (line 172) | static size_t get_digest_len() method get_hash (line 179) | static libff::bit_vector get_hash(const libff::bit_vector &input) method expected_constraints (line 196) | static size_t expected_constraints(const bool ensure_output_bitness) function bit_list_to_ints (line 206) | vector bit_list_to_ints(vector bit_list, const size... FILE: src/tx.hpp type libsnark (line 29) | namespace libsnark { class tx (line 32) | class tx: public gadget {