Go to file
str4d b5523f610e
Merge pull request #194 from str4d/ct-invert
Constant-time field inversion in ff_derive using pow_vartime
2019-12-19 14:33:41 -06:00
.github/workflows Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
bellman no_std support for ff crate 2019-12-14 12:55:34 +00:00
bls12_381 cargo fmt 2019-12-12 11:46:05 -07:00
ff Constant-time field inversion in ff_derive using Field::pow_vartime 2019-12-19 12:25:39 -06:00
group Move from Field::negate to Neg operator 2019-12-12 22:52:17 +00:00
jubjub Include jubjub and bls12_381 crates in the workspace. 2019-12-12 11:40:48 -07:00
librustzcash
pairing Improve Field::pow API and impl 2019-12-14 12:27:48 +00:00
zcash_client_backend
zcash_primitives no_std support for ff crate 2019-12-14 12:55:34 +00:00
zcash_proofs Constant-time field square root 2019-12-13 20:13:30 +00:00
.gitignore Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
.gitlab-ci.yml
.travis.yml Update Travis CI configuration for Rust version 2019-12-12 11:49:53 -07:00
Cargo.lock impl ConditionallySelectable for Field 2019-12-12 23:15:48 +00:00
Cargo.toml Include jubjub and bls12_381 crates in the workspace. 2019-12-12 11:40:48 -07:00
LICENSE-APACHE Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
LICENSE-MIT Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
README.md Squashed 'jubjub/' content from commit 9987ddf 2019-12-12 11:32:47 -07:00
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.