Skip to content

Commit

Permalink
feat: hash based JSON verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Nov 13, 2024
1 parent 9ab3d24 commit c10c3d0
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,20 @@
1024,
10
]
},
"hash_machine": {
"file": "json/parser/hash_machine",
"template": "StateUpdateHasher",
"params": [
10
]
},
"hash_parser": {
"file": "json/parser/hash_parser",
"template": "ParserHasher",
"params": [
1024,
10
]
}
}
Loading

0 comments on commit c10c3d0

Please sign in to comment.