Anonymous. Uncensored. Sovereign. https://dark.fi

rachel-rose 2bc5862d04 removed hardcoding, reads from command line args hace 5 años
lisp b6a898a95c split zk functions from jj.rkt hace 5 años
proofs 7c6c63ba53 removed trailing whitespace hace 5 años
scripts 7a419fdf0a fix broken import: s/vm/compile/ hace 5 años
src 2bc5862d04 removed hardcoding, reads from command line args hace 5 años
.gitignore 7e9ed3210f .gitignore hace 5 años
Cargo.toml 250d61ffc0 moved zkvm to bin hace 5 años
README.md 99dcc69b6d compiler now outputting rust code hace 5 años
TODO.md 5845602ca4 added TODO list hace 5 años
run_jubjub.sh 6048079efc exit if lisp script error hace 5 años
run_mimc.sh 16ebe6dc78 add missing run_mimc.sh script hace 5 años
run_mint.sh c3cfc3e4dc finished migration to new API for mint as well hace 5 años
zkvm.md 04ec9dc059 zkvm spec hace 5 años

README.md

cargo run --bin blake --release
cargo run --bin sha256 --release
cargo run --bin mimc --release
cargo run --bin zec --release

Compiler

python scripts/parser.py proofs/sapling3.prf | rustfmt