Go to file
Jack Grigg 5728bda2c1
Replace rust-crypto with sha2 in sapling-crypto dev-dependencies
This removes rand < 0.5 from our Cargo.lock.
2019-07-19 00:35:06 +02:00
bellman Migrate bellman to rand 0.5 2019-07-19 00:35:06 +02:00
ff Migrate ff to rand_core 0.3 (used by rand 0.5) 2019-07-19 00:35:06 +02:00
group Migrate group to rand 0.5 2019-07-19 00:35:06 +02:00
librustzcash Migrate remaining crates to rand 0.5 2019-07-19 00:35:06 +02:00
pairing Migrate pairing to rand 0.5 2019-07-19 00:35:06 +02:00
sapling-crypto Replace rust-crypto with sha2 in sapling-crypto dev-dependencies 2019-07-19 00:35:06 +02:00
zcash_client_backend Migrate remaining crates to rand 0.5 2019-07-19 00:35:06 +02:00
zcash_primitives Migrate zcash_primitives to rand 0.5 2019-07-19 00:35:06 +02:00
zcash_proofs Migrate remaining crates to rand 0.5 2019-07-19 00:35:06 +02:00
.gitignore Initial commit. 2017-03-17 11:07:23 -06:00
.gitlab-ci.yml Remove duplicate test stage for rust lastest 2018-10-09 09:34:10 -07:00
.travis.yml Bump minimum Rust version to 1.36 2019-07-10 13:12:26 -04:00
Cargo.lock Replace rust-crypto with sha2 in sapling-crypto dev-dependencies 2019-07-19 00:35:06 +02:00
Cargo.toml Convert zip32 crate into a module of zcash_primitives 2019-06-27 16:14:24 +01:00
LICENSE-APACHE Add license files. 2017-03-17 11:09:05 -06:00
LICENSE-MIT Electric Coin Company 2019-05-09 20:32:39 +03:00
README.md Set up a Cargo workspace 2018-08-23 21:10:04 +01:00

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.