|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/circuit_checker/circuit_checker.hpp"#include "failure_test_utils.hpp"#include "ultra_honk.test.hpp"Go to the source code of this file.
Classes | |
| class | MemoryTests_< Flavor > |
Typedefs | |
| using | FlavorTypes = testing::Types< UltraFlavor, UltraZKFlavor, UltraKeccakFlavor, UltraKeccakZKFlavor, UltraRollupFlavor > |
Functions | |
| TYPED_TEST_SUITE (UltraHonkTests, FlavorTypes) | |
| TYPED_TEST (UltraHonkTests, RomLengthZero) | |
| TYPED_TEST (UltraHonkTests, RomTinyNoReads) | |
| TYPED_TEST (UltraHonkTests, RomTinyRepeated) | |
| TYPED_TEST (UltraHonkTests, RamLengthZero) | |
| TYPED_TEST (UltraHonkTests, RamTiny) | |
| TYPED_TEST (UltraHonkTests, RomRamMixed) | |
| TYPED_TEST (UltraHonkTests, RomFailureDoubleInit) | |
| TYPED_TEST (UltraHonkTests, RomFailureSingleReadAtPair) | |
| TYPED_TEST (UltraHonkTests, RomMaliciousInitValue) | |
| TYPED_TEST (UltraHonkTests, RamOutOfBoundsRead) | |
| using FlavorTypes = testing::Types<UltraFlavor, UltraZKFlavor, UltraKeccakFlavor, UltraKeccakZKFlavor, UltraRollupFlavor> |
Definition at line 17 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RamLengthZero | |||
| ) |
Definition at line 342 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RamOutOfBoundsRead | |||
| ) |
Definition at line 449 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RamTiny | |||
| ) |
Definition at line 351 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomFailureDoubleInit | |||
| ) |
Definition at line 383 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomFailureSingleReadAtPair | |||
| ) |
Definition at line 396 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomLengthZero | |||
| ) |
Definition at line 299 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomMaliciousInitValue | |||
| ) |
Definition at line 410 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomRamMixed | |||
| ) |
Definition at line 365 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomTinyNoReads | |||
| ) |
Definition at line 309 of file rom_ram.test.cpp.
| TYPED_TEST | ( | UltraHonkTests | , |
| RomTinyRepeated | |||
| ) |
Definition at line 324 of file rom_ram.test.cpp.
| TYPED_TEST_SUITE | ( | UltraHonkTests | , |
| FlavorTypes | |||
| ) |