|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "hash.hpp"#include "barretenberg/stdlib/hash/pedersen/pedersen.hpp"#include "memory_tree.hpp"#include <gtest/gtest.h>#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"Go to the source code of this file.
Typedefs | |
| using | Builder = UltraCircuitBuilder |
| using | field_ct = bb::stdlib::field_t< Builder > |
| using | witness_ct = bb::stdlib::witness_t< Builder > |
Functions | |
| TEST (crypto_merkle_tree_hash, hash_native_vs_circuit) | |
| TEST (crypto_merkle_tree_hash, compute_tree_native) | |
| using Builder = UltraCircuitBuilder |
Definition at line 11 of file hash.test.cpp.
| using field_ct = bb::stdlib::field_t<Builder> |
Definition at line 13 of file hash.test.cpp.
| using witness_ct = bb::stdlib::witness_t<Builder> |
Definition at line 14 of file hash.test.cpp.
| TEST | ( | crypto_merkle_tree_hash | , |
| compute_tree_native | |||
| ) |
Definition at line 27 of file hash.test.cpp.
| TEST | ( | crypto_merkle_tree_hash | , |
| hash_native_vs_circuit | |||
| ) |
Definition at line 16 of file hash.test.cpp.