Rust-language assets for Pirate Chain / Zcash (with modifications to support Qortal cross-chain trades)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Cryptoforge 2981c4d286 use u32 instead of consesus::BranchID for transaction building. Enables multichain useage. 4 years ago
.github/workflows Remove librustzcash crate 5 years ago
bellman ff: Rename PrimeField::into_repr -> PrimeField::to_repr 4 years ago
bls12_381 bls12_381: Remove unnecessary clones 5 years ago
ff ff: Rename PrimeField::into_repr -> PrimeField::to_repr 4 years ago
group ff: Rename PrimeField::into_repr -> PrimeField::to_repr 4 years ago
jubjub jubjub: Allow too-many-arguments in Fr::montgomery_reduce 5 years ago
librustzcash Remove librustzcash crate 5 years ago
pairing ff: Rename PrimeField::into_repr -> PrimeField::to_repr 4 years ago
zcash_client_backend use zero consensus ids 4 years ago
zcash_history Version bump of all crates (except librustzcash) 5 years ago
zcash_primitives use u32 instead of consesus::BranchID for transaction building. Enables multichain useage. 4 years ago
zcash_proofs Merge pull request #229 from therealyingtong/106-hardcode-sapling-circuit-hashes 4 years ago
.gitignore Add Cargo.lock to .gitignore 5 years ago
.gitlab-ci.yml Remove duplicate test stage for rust lastest 6 years ago
.travis.yml Update Travis CI configuration for Rust version 5 years ago
Cargo.toml Remove librustzcash crate 5 years ago
LICENSE-APACHE Add license files. 8 years ago
LICENSE-MIT Electric Coin Company 5 years ago
README.md Set up a Cargo workspace 6 years ago
rust-toolchain Start relying on Rust 1.39.0 5 years ago

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.