Go to file
Jack Grigg 5fb9b86ba0
Move Jubjub, Pedersen hash and primitives into zcash_primitives
2019-08-14 10:47:22 +01:00
bellman Move generic circuit gadgets into bellman 2019-08-14 10:45:58 +01:00
ff Clarify masking of bits in Field::random impls 2019-07-26 19:43:42 +01:00
group Migrate to rand 0.7 2019-07-19 00:47:40 +02:00
librustzcash Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
pairing Fix clippy linter errors in pairing crate 2019-08-14 01:14:05 +01:00
sapling-crypto Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
zcash_client_backend Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
zcash_primitives Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
zcash_proofs Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
.gitignore
.gitlab-ci.yml
.travis.yml Bump minimum Rust version to 1.36 2019-07-10 13:12:26 -04:00
Cargo.lock Move Jubjub, Pedersen hash and primitives into zcash_primitives 2019-08-14 10:47:22 +01:00
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are currently under development and have not been fully-reviewed.

License

All code in this workspace is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.