-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
test_programs/execution_success/encrypted_log_regression/Prover.toml
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Using the smaller sizes defined in `main.nr`. | ||
# The reason this program is in the `execution_success` directory is because | ||
# `rebuild.sh` only goes over these programs, but all we really care about is | ||
# any potential future bytecode size regression. | ||
eph_pk_bytes = [1, 2, 3] | ||
incoming_header_ciphertext = [1, 2] | ||
incoming_body_ciphertext = [9, 8, 7, 6, 5, 4, 3, 2, 1] | ||
flag = true | ||
return = [1, 2, 3, 1, 2, 0, 9, 8, 7, 6, 5, 4, 3, 2, 1] |
File renamed without changes.