Go to file
Henry de Valence 24d856de2c
Merge pull request #11 from ZcashFoundation/signverify
Implement sign, verify operations.
2019-12-04 11:51:35 -08:00
src Add a basic test. 2019-12-04 11:45:44 -08:00
.gitignore cargo new --lib 2019-12-02 14:12:06 -08:00
Cargo.toml Add a basic test. 2019-12-04 11:45: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