-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Jean M <132435771+jeanmon@users.noreply.github.com> Co-authored-by: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com>
- Loading branch information
1 parent
69d90c4
commit 7b3a72c
Showing
17 changed files
with
811 additions
and
289 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
include "../avm_main.pil"; | ||
|
||
namespace avm_pedersen(256); | ||
|
||
pol commit clk; | ||
|
||
// Selector for Pedersen Hash Operation | ||
pol commit pedersen_sel; | ||
pedersen_sel * (1 - pedersen_sel) = 0; | ||
|
||
// These will all be arrays, but we just store the first element for permutation to the main trace for now | ||
pol commit input; | ||
pol commit output; |
Oops, something went wrong.