Go to file
Henry de Valence 2c3b411362
Merge pull request #12 from ZcashFoundation/proptest
Add property tests, librustzcash test vectors.
2019-12-04 16:36:59 -08:00
src Add property tests for signatures. 2019-12-04 16:14:44 -08:00
tests Add more signature tweaks to proptest. 2019-12-04 16:35:25 -08:00
.gitignore cargo new --lib 2019-12-02 14:12:06 -08:00
Cargo.toml Add test vectors from librustzcash. 2019-12-04 16:14:44 -08:00
README.md Add docs command. 2019-12-02 22:38:15 -08:00

README.md

redjubjub-zebra

A minimal Redjubjub implementation for use in Zebra.

docs

cargo doc --features "nightly" --open