-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add struct for each bigint modulus (AztecProtocol/aztec-packages#4422) chore: switch noir pull to master branch (AztecProtocol/aztec-packages#4581)
- Loading branch information
Showing
6 changed files
with
308 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ fn main(mut x: u32, y: u32, z: u32) { | |
|
||
x *= 8; | ||
assert(x > 9); | ||
} | ||
} |
7 changes: 0 additions & 7 deletions
7
test_programs/execution_success/array_dynamic_blackbox_input/Nargo.toml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
test_programs/execution_success/array_dynamic_blackbox_input/Prover.toml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.