Go to file
Jack Grigg d822e34e63 Extract curve operations into default impl traits
This makes it possible to implement mixed addition using operator-backed
traits without running into type annotation problems.
2020-01-13 21:19:33 -05:00
.github/workflows Move benchmark bitrot linter out of nightly lints 2019-12-19 16:49:12 -06:00
bellman Move from Curve*::negate to Neg operator 2020-01-13 21:19:33 -05:00
bls12_381 Upgrade to criterion 0.3 2019-12-19 15:08:45 -06:00
ff Constant-time field inversion in ff_derive using Field::pow_vartime 2019-12-19 12:25:39 -06:00
group Extract curve operations into default impl traits 2020-01-13 21:19:33 -05:00
jubjub Migrate jubjub benchmarks to criterion 2019-12-19 15:55:01 -06:00
librustzcash
pairing Move from Curve*::negate to Neg operator 2020-01-13 21:19:33 -05:00
zcash_client_backend
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

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.