|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "plookup.hpp"#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "barretenberg/numeric/bitop/rotate.hpp"#include "barretenberg/numeric/bitop/sparse_form.hpp"#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/stdlib/primitives/bigfield/bigfield.hpp"#include "barretenberg/stdlib/primitives/biggroup/biggroup.hpp"#include "barretenberg/stdlib/primitives/circuit_builders/circuit_builders.hpp"#include "barretenberg/stdlib/primitives/curves/secp256k1.hpp"#include <gtest/gtest.h>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 | plookup_read = stdlib::plookup_read< Builder > |
Functions | |
| TEST (stdlib_plookup, uint32_xor) | |
| TEST (stdlib_plookup, blake2s_xor_rotate_16) | |
| TEST (stdlib_plookup, blake2s_xor_rotate_8) | |
| TEST (stdlib_plookup, blake2s_xor_rotate_7) | |
| TEST (stdlib_plookup, blake2s_xor) | |
| TEST (stdlib_plookup, uint32_and) | |
| TEST (stdlib_plookup, secp256k1_generator) | |
| using Builder = UltraCircuitBuilder |
Definition at line 16 of file plookup.test.cpp.
| using field_ct = stdlib::field_t<Builder> |
Definition at line 17 of file plookup.test.cpp.
| using plookup_read = stdlib::plookup_read<Builder> |
Definition at line 19 of file plookup.test.cpp.
| using witness_ct = stdlib::witness_t<Builder> |
Definition at line 18 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| blake2s_xor | |||
| ) |
Definition at line 408 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| blake2s_xor_rotate_16 | |||
| ) |
Definition at line 223 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| blake2s_xor_rotate_7 | |||
| ) |
Definition at line 350 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| blake2s_xor_rotate_8 | |||
| ) |
Definition at line 292 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| secp256k1_generator | |||
| ) |
Definition at line 513 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| uint32_and | |||
| ) |
Definition at line 471 of file plookup.test.cpp.
| TEST | ( | stdlib_plookup | , |
| uint32_xor | |||
| ) |
Definition at line 179 of file plookup.test.cpp.