Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/crypto/blake2s/blake2s.hpp"
#include "barretenberg/circuit_checker/circuit_checker.hpp"
#include "blake2s.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Typedefs | |
using | Builder = UltraCircuitBuilder |
using | field_ct = field_t< Builder > |
using | witness_ct = witness_t< Builder > |
using | byte_array_ct = byte_array< Builder > |
using | byte_array_plookup = byte_array< Builder > |
using | public_witness_t = public_witness_t< Builder > |
Functions | |
TEST (stdlib_blake2s, test_single_block_plookup) | |
TEST (stdlib_blake2s, test_double_block_plookup) | |
using Builder = UltraCircuitBuilder |
Definition at line 9 of file blake2s.test.cpp.
using byte_array_ct = byte_array<Builder> |
Definition at line 13 of file blake2s.test.cpp.
using byte_array_plookup = byte_array<Builder> |
Definition at line 14 of file blake2s.test.cpp.
Definition at line 11 of file blake2s.test.cpp.
using public_witness_t = public_witness_t<Builder> |
Definition at line 15 of file blake2s.test.cpp.
using witness_ct = witness_t<Builder> |
Definition at line 12 of file blake2s.test.cpp.
TEST | ( | stdlib_blake2s | , |
test_double_block_plookup | |||
) |
Definition at line 36 of file blake2s.test.cpp.
TEST | ( | stdlib_blake2s | , |
test_single_block_plookup | |||
) |
Definition at line 17 of file blake2s.test.cpp.