|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gtest/gtest.h>#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "byte_array.hpp"Go to the source code of this file.
Classes | |
| class | ByteArrayTest< Builder > |
Typedefs | |
| using | CircuitTypes = ::testing::Types< bb::UltraCircuitBuilder > |
Functions | |
| TYPED_TEST_SUITE (ByteArrayTest, CircuitTypes) | |
| TYPED_TEST (ByteArrayTest, Reverse) | |
| TYPED_TEST (ByteArrayTest, ConstructFromString) | |
| TYPED_TEST (ByteArrayTest, ByteDecompositionUnique) | |
| TYPED_TEST (ByteArrayTest, ByteDecompositionUniqueConst) | |
| TYPED_TEST (ByteArrayTest, ByteDecomposition32Bytes) | |
| TYPED_TEST (ByteArrayTest, ByteDecomposition32BytesConst) | |
| TYPED_TEST (ByteArrayTest, InputOutputConsistency) | |
| TYPED_TEST (ByteArrayTest, ConvertToField) | |
| TYPED_TEST (ByteArrayTest, OstreamOperator) | |
| using CircuitTypes = ::testing::Types<bb::UltraCircuitBuilder> |
Definition at line 278 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ByteDecomposition32Bytes | |||
| ) |
Definition at line 302 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ByteDecomposition32BytesConst | |||
| ) |
Definition at line 307 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ByteDecompositionUnique | |||
| ) |
Definition at line 292 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ByteDecompositionUniqueConst | |||
| ) |
Definition at line 297 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ConstructFromString | |||
| ) |
Definition at line 287 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| ConvertToField | |||
| ) |
Definition at line 317 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| InputOutputConsistency | |||
| ) |
Definition at line 312 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| OstreamOperator | |||
| ) |
Definition at line 322 of file byte_array.test.cpp.
| TYPED_TEST | ( | ByteArrayTest | , |
| Reverse | |||
| ) |
Definition at line 282 of file byte_array.test.cpp.
| TYPED_TEST_SUITE | ( | ByteArrayTest | , |
| CircuitTypes | |||
| ) |