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

narodnik 102bbfac79 switch mint3 to jubjub temporarily 6 years ago
proofs dd0ae8616e working jj mul 6 years ago
scripts d0a30306e5 added the Supervisor which gives us VM serialization, and added a plugin to the compiler to export binary data for the supervisor 6 years ago
src edb07be158 cargo fmt 6 years ago
.gitignore 7e9ed3210f .gitignore 6 years ago
Cargo.toml d0a30306e5 added the Supervisor which gives us VM serialization, and added a plugin to the compiler to export binary data for the supervisor 6 years ago
README.md 99dcc69b6d compiler now outputting rust code 6 years ago
compile.sh f92656c8be script to make a compile test 6 years ago
compile_and_run.sh c35f43e9f3 pipe just generated file throught rustfmt instead of doing on entire project 6 years ago
run_bits.sh cb8851df17 bit decomposition 6 years ago
run_mimc.sh ae181b1da3 add mimc hash function 6 years ago
run_mint2.sh 0902abc58e begin to add mint2 contract 6 years ago
run_mint3.sh 102bbfac79 switch mint3 to jubjub temporarily 6 years ago
run_mint_contract.sh 6e9c86a6de added code for mint contract 6 years ago
run_spend_contract.sh d366922217 partially working spend contract (just needs merkle inclusion part) 6 years ago
run_vmtest.sh 90c255aa0b working point addition 6 years ago

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