This website requires JavaScript.
Explore
Help
Sign In
zec
/
librustzcash
mirror of
https://github.com/zcash/librustzcash.git
Watch
1
Star
0
Fork
You've already forked librustzcash
0
Code
Issues
Projects
Releases
Wiki
Activity
14
Commits
19
Branches
137
Tags
97
MiB
Rust
100%
ca289581a8
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Sean Bowe
ca289581a8
Clean up implementation to use vectors. We'll use arrays when Rust doesn't suck at them.
2015-12-27 20:19:03 -07:00
src
Clean up implementation to use vectors. We'll use arrays when Rust doesn't suck at them.
2015-12-27 20:19:03 -07:00
tinysnark
Rearranged tests, added XOR example.
2015-12-26 10:18:44 -07:00
.gitignore
Initial commit
2015-12-24 02:58:38 -07:00
.gitmodules
Initial commit
2015-12-24 02:58:38 -07:00
.travis.yml
Update travis configuration
2015-12-25 00:40:53 -07:00
Cargo.toml
Added r1cs ppzksnark proving scheme and some tests.
2015-12-25 05:52:14 -07:00
Dockerfile
Add dockerfile
2015-12-24 03:22:56 -07:00
LICENSE-MIT
Initial commit
2015-12-24 02:58:38 -07:00
README.md
Update readme with travis build image
2015-12-24 03:19:30 -07:00
README.md
bellman
This is a Rust language zk-SNARK crate.