|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Functions | |
| TEST_F (FuzzTest, InternalCalledBlockUsesInternalReturn) | |
| TEST_F (FuzzTest, SeveralInternalCalls) | |
| TEST_F (FuzzTest, Reentrancy) | |
|
protected |
Definition at line 1248 of file fuzz.test.cpp.
|
protected |
START InternaCall ... InternalCall ... InternalReturn InternalReturn InternaCall ... InternalReturn ... RETURN
SSTORE(0, 1); call f1; call f3; RETURN SLOAD(0); // should return 313373 f1: SSTORE(0, 1337); call f2; SSTORE(0, 1337); INTERNALRETURN f2: SSTORE(0, 31337); INTERNALRETURN f3: SSTORE(0, 313373); INTERNALRETURN
Definition at line 1324 of file fuzz.test.cpp.
|
protected |
Definition at line 1278 of file fuzz.test.cpp.