Skip to content

Commit

Permalink
Move to be under execution_success
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Jan 9, 2025
1 parent 8dac3ba commit 13b5871
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
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]

0 comments on commit 13b5871

Please sign in to comment.