Go to file
str4d 2d97ccb7b8
Merge pull request #81 from bitcartel/52_wrapped_shr
Closes #52. Fix test error "attempt to shift right with overflow".
2019-05-28 18:55:25 +01:00
bellman Place bellman multicore operations behind a (default) feature flag 2019-04-10 06:01:24 -07:00
ff Add 'ff/' from commit '661558e0c8a5e02e08dac6530d39b2e38919aa04' 2019-01-06 09:37:22 +00:00
group Add ff and group crates to Cargo workspace 2019-01-06 09:50:07 +00:00
librustzcash Make loading of Sprout key optional in zcash_proofs API 2019-02-26 13:44:28 -07:00
pairing Add ff and group crates to Cargo workspace 2019-01-06 09:50:07 +00:00
sapling-crypto Closes #52. Fix test error "attempt to shift right with overflow". 2019-05-16 20:56:36 -07:00
zcash_primitives Merge pull request #70 from rex4539/electric-coin-company 2019-05-23 17:33:38 +01:00
zcash_proofs Electric Coin Company 2019-05-09 20:32:39 +03:00
zcash_wallet Electric Coin Company 2019-05-09 20:32:39 +03:00
zip32 cargo fmt 2019-04-02 01:30:00 +01: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 Fix version string, cache cargo symbols. 2019-01-03 11:55:16 -07:00
Cargo.lock Compute TxId for Transaction 2019-03-07 23:42:00 +00:00
Cargo.toml Add ff and group crates to Cargo workspace 2019-01-06 09:50:07 +00: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.