Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/boomerang_value_detection/graph.hpp"
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "barretenberg/common/test.hpp"
#include "barretenberg/crypto/blake2s/blake2s.hpp"
#include "barretenberg/numeric/random/engine.hpp"
#include "barretenberg/stdlib/hash/blake2s/blake2s.hpp"
#include "barretenberg/stdlib/primitives/circuit_builders/circuit_builders.hpp"
Go to the source code of this file.
Typedefs | |
using | Builder = UltraCircuitBuilder |
using | field_ct = stdlib::field_t< Builder > |
using | witness_ct = stdlib::witness_t< Builder > |
using | byte_array_ct = stdlib::byte_array< Builder > |
using | public_witness_t = stdlib::public_witness_t< Builder > |
Functions | |
TEST (boomerang_stdlib_blake2s, graph_description_single_block_plookup) | |
Test graph description for Blake2s hash with single block input. | |
TEST (boomerang_stdlib_blake2s, graph_description_double_block_plookup) | |
Test graph description for Blake2s hash with double block input. | |
using Builder = UltraCircuitBuilder |
Definition at line 11 of file graph_description_blake2s.test.cpp.
using byte_array_ct = stdlib::byte_array<Builder> |
Definition at line 14 of file graph_description_blake2s.test.cpp.
using field_ct = stdlib::field_t<Builder> |
Definition at line 12 of file graph_description_blake2s.test.cpp.
Definition at line 15 of file graph_description_blake2s.test.cpp.
using witness_ct = stdlib::witness_t<Builder> |
Definition at line 13 of file graph_description_blake2s.test.cpp.
TEST | ( | boomerang_stdlib_blake2s | , |
graph_description_double_block_plookup | |||
) |
Test graph description for Blake2s hash with double block input.
This test verifies that:
Definition at line 50 of file graph_description_blake2s.test.cpp.
TEST | ( | boomerang_stdlib_blake2s | , |
graph_description_single_block_plookup | |||
) |
Test graph description for Blake2s hash with single block input.
This test verifies that:
Definition at line 25 of file graph_description_blake2s.test.cpp.