Skip to content

Commit b49e3a8

Browse files
lightsingmcalanceamatthiasgoergens
authored
feat: cargo ceno (#902)
to try, in ceno/ceno_cli/example dir, run: ``` $ cargo install --path .. --locked $ cargo ceno run --release --hints 10 --public-io 4 --out-proof proof.bin --out-vk vk.bin ``` - [x] cargo ceno build - [x] cargo ceno run - [x] cargo ceno keygen - [x] cargo ceno prove - [x] cargo ceno verify resolve #876 close #813 close #814 close #818 close #819 --------- Co-authored-by: Mihai <[email protected]> Co-authored-by: Matthias Goergens <[email protected]>
1 parent e2c8c12 commit b49e3a8

File tree

28 files changed

+2203
-85
lines changed

28 files changed

+2203
-85
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ table_cache_dev_*
99
.DS_Store
1010
.env
1111
proptest-regressions/
12+
13+
# ceno serialized files
14+
*.bin

0 commit comments

Comments
 (0)