Go to file
Jack Grigg 00a4e1388b ff: Make byteorder an optional dependency under the std feature flag
Building ff with the std feature flag was previously broken because it
required importing byteorder functionality behind the byteorder/std
feature flag. We don't use byteorder inside ff in no_std mode, so we can
just make it optional.
2020-01-14 22:00:16 -05:00
.github/workflows Move benchmark bitrot linter out of nightly lints 2019-12-19 16:49:12 -06:00
bellman no_std support for ff crate 2019-12-14 12:55:34 +00:00
bls12_381 bls12_381: Remove unnecessary clones 2020-01-14 21:08:34 -05:00
ff ff: Make byteorder an optional dependency under the std feature flag 2020-01-14 22:00:16 -05:00
group Move from Field::negate to Neg operator 2019-12-12 22:52:17 +00:00
jubjub jubjub: Allow too-many-arguments in Fr::montgomery_reduce 2020-01-14 10:55:42 -05:00
librustzcash Clarify length of return buffer for appended leaves 2019-12-05 14:33:03 +00:00
pairing Migrate pairing benchmarks to criterion 2019-12-19 16:46:16 -06:00
zcash_client_backend zcash_client_backend::decrypt_transaction 2019-11-27 15:45:13 +00:00
zcash_primitives Migrate zcash_primitives benchmarks to criterion 2019-12-19 16:11:11 -06:00
zcash_proofs Constant-time field square root 2019-12-13 20:13:30 +00:00
.gitignore
.gitlab-ci.yml
.travis.yml Update Travis CI configuration for Rust version 2019-12-12 11:49:53 -07:00
Cargo.lock Migrate pairing benchmarks to criterion 2019-12-19 16:46:16 -06:00
Cargo.toml Include jubjub and bls12_381 crates in the workspace. 2019-12-12 11:40:48 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md
rust-toolchain Start relying on Rust 1.39.0 2019-12-12 11:31:00 -07: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.