Skip to content

Commit

Permalink
Update to latest rv32im circuit (#298)
Browse files Browse the repository at this point in the history
* Adjust `sys_sha_pair` syscall
* Add `sys_sha_buffer` syscall
* Update guest-side `sha` to make use of `sys_sha_buffer`
* Add test for `sha.hash_raw_words()`
  • Loading branch information
flaub committed Dec 7, 2022
1 parent 18f9257 commit e0709a2
Show file tree
Hide file tree
Showing 14 changed files with 125,371 additions and 136,675 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"ios": "cpp",
"iosfwd": "cpp",
"vector": "cpp",
"charconv": "cpp"
"charconv": "cpp",
"stdexcept": "cpp"
}
}
37,836 changes: 19,001 additions & 18,835 deletions risc0/circuit/rv32im/cxx/poly_fp.cpp

Large diffs are not rendered by default.

35,000 changes: 17,726 additions & 17,274 deletions risc0/circuit/rv32im/cxx/step_compute_accum.cpp

Large diffs are not rendered by default.

0 comments on commit e0709a2

Please sign in to comment.