Go to file
Jack Grigg 274f860202
Actions: Build before formatting check
cargo fmt does not build the code, and running it in a fresh clone of
the codebase will fail because the protobuf code has not been generated.
2019-10-09 14:15:07 +13:00
.github/workflows Actions: Build before formatting check 2019-10-09 14:15:07 +13:00
bellman bellman 0.2.0 2019-10-08 17:43:33 +13:00
ff ff 0.5.0 2019-10-08 17:43:33 +13:00
group group 0.2.0 2019-10-08 17:43:33 +13:00
librustzcash librustzcash 0.2.0 2019-10-08 17:43:33 +13:00
pairing pairing 0.15.0 2019-10-08 17:43:33 +13:00
zcash_client_backend Store witness inside WalletShieldedOutput 2019-10-09 14:12:30 +13:00
zcash_primitives Add prevHash field to CompactBlock 2019-10-09 14:11:14 +13:00
zcash_proofs zcash_proofs 0.1.0 2019-10-08 17:43:33 +13:00
.gitignore
.gitlab-ci.yml Remove duplicate test stage for rust lastest 2018-10-09 09:34:10 -07:00
.travis.yml Travis CI: Build before formatting check 2019-10-09 14:12:30 +13:00
Cargo.lock Test nullifiers in constant time 2019-10-09 14:12:27 +13:00
Cargo.toml Remove sapling-crypto 2019-08-14 10:48:06 +01:00
LICENSE-APACHE
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.