Go to file
Jack Grigg cded08b0c5
Make Field::square take &self and return Self
2019-12-12 23:09:28 +00:00
.github/workflows Start relying on Rust 1.39.0 2019-12-12 11:31:00 -07:00
bellman Make Field::square take &self and return Self 2019-12-12 23:09:28 +00:00
bls12_381 cargo fmt 2019-12-12 11:46:05 -07:00
ff Make Field::square take &self and return Self 2019-12-12 23:09:28 +00: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 Clarify length of return buffer for appended leaves 2019-12-05 14:33:03 +00:00
pairing Make Field::square take &self and return Self 2019-12-12 23:09:28 +00:00
zcash_client_backend zcash_client_backend::decrypt_transaction 2019-11-27 15:45:13 +00:00
zcash_primitives Make Field::square take &self and return Self 2019-12-12 23:09:28 +00:00
zcash_proofs Make Field::square take &self and return Self 2019-12-12 23:09:28 +00:00
.gitignore Initial commit. 2017-03-17 11:07:23 -06:00
.gitlab-ci.yml Remove duplicate test stage for rust lastest 2018-10-09 09:34:10 -07:00
.travis.yml Update Travis CI configuration for Rust version 2019-12-12 11:49:53 -07:00
Cargo.lock Include jubjub and bls12_381 crates in the workspace. 2019-12-12 11:40:48 -07:00
Cargo.toml Include jubjub and bls12_381 crates in the workspace. 2019-12-12 11:40:48 -07:00
LICENSE-APACHE Add license files. 2017-03-17 11:09:05 -06:00
LICENSE-MIT Electric Coin Company 2019-05-09 20:32:39 +03:00
README.md Set up a Cargo workspace 2018-08-23 21:10:04 +01: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.