Rust-language assets for Pirate Chain / Zcash (with modifications to support Qortal cross-chain trades)
Go to file
Jack Grigg 999dcbfcab
Migrate to blake2b_simd and blake2s_simd crates
The primary reason for migrating is that these crates provide APIs for
setting the personalisation string. This enables us to depend solely on
published crates, and thus publish our own crates.

The SIMD implementations are ported from libsodium.

Closes #67.
2019-07-10 13:12:14 -04:00
bellman Merge pull request #61 from rex4539/fix-typos 2019-05-29 17:38:30 +01: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 Migrate to blake2b_simd and blake2s_simd crates 2019-07-10 13:12:14 -04:00
pairing Add ff and group crates to Cargo workspace 2019-01-06 09:50:07 +00:00
sapling-crypto Migrate to blake2b_simd and blake2s_simd crates 2019-07-10 13:12:14 -04:00
zcash_client_backend Validate PaymentAddress diversifier when decoding 2019-07-02 00:07:48 +01:00
zcash_primitives Migrate to blake2b_simd and blake2s_simd crates 2019-07-10 13:12:14 -04:00
zcash_proofs Migrate to blake2b_simd and blake2s_simd crates 2019-07-10 13:12:14 -04: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 Raise minimum Rust version to 1.32 2019-04-11 06:41:22 -07:00
Cargo.lock Migrate to blake2b_simd and blake2s_simd crates 2019-07-10 13:12:14 -04: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

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.