Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/crypto/blake3s/blake3s.hpp"
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/common/streams.hpp"
#include "blake3s.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Typedefs | |
using | byte_array_plookup = stdlib::byte_array< bb::UltraCircuitBuilder > |
using | public_witness_t_plookup = stdlib::public_witness_t< bb::UltraCircuitBuilder > |
using | UltraBuilder = UltraCircuitBuilder |
Functions | |
TEST (stdlib_blake3s, test_single_block_plookup) | |
TEST (stdlib_blake3s, test_double_block_plookup) | |
TEST (stdlib_blake3s, test_too_large_input_plookup) | |
Definition at line 10 of file blake3s.test.cpp.
Definition at line 11 of file blake3s.test.cpp.
using UltraBuilder = UltraCircuitBuilder |
Definition at line 12 of file blake3s.test.cpp.
TEST | ( | stdlib_blake3s | , |
test_double_block_plookup | |||
) |
Definition at line 33 of file blake3s.test.cpp.
TEST | ( | stdlib_blake3s | , |
test_single_block_plookup | |||
) |
Definition at line 14 of file blake3s.test.cpp.
TEST | ( | stdlib_blake3s | , |
test_too_large_input_plookup | |||
) |
Definition at line 52 of file blake3s.test.cpp.