Go to file
str4d 8be50c9531
Merge pull request #39 from str4d/zcash-transaction-primitives
Transaction primitives
2018-11-30 23:38:38 +00:00
bellman Update workspace after pulling in external crates 2018-08-28 23:06:15 +01:00
librustzcash Use slices of native strings to pass parameter paths into Rust 2018-10-27 16:27:49 +13:00
pairing Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 2018-08-28 23:03:42 +01:00
sapling-crypto Update workspace after pulling in external crates 2018-08-28 23:06:15 +01:00
zcash_primitives Extract single-TxOut hashing from signature_hash_data() for clarity 2018-11-30 23:13:39 +00:00
zcash_proofs Empty crates as a base for code refactoring 2018-08-28 22:24:14 +01:00
zcash_wallet Empty crates as a base for code refactoring 2018-08-28 22:24:14 +01:00
zip32 Update workspace after pulling in zip32 crate 2018-08-29 09:57:52 +01:00
.gitignore Empty crate 2018-07-10 23:23:02 +01:00
.gitlab-ci.yml Remove duplicate test stage for rust lastest 2018-10-09 09:34:10 -07:00
Cargo.lock Merge pull request #39 from str4d/zcash-transaction-primitives 2018-11-30 23:38:38 +00:00
Cargo.toml ZIP 32 APIs 2018-08-30 00:05:49 +01:00
LICENSE-APACHE Empty crate 2018-07-10 23:23:02 +01:00
LICENSE-MIT Empty crate 2018-07-10 23:23:02 +01: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.