pirate-librustzcash/zcash_client_backend
Jack Grigg 49f119fb03 ff: Remove PrimeFieldRepr trait
The ff::PrimeField::Repr associated type now has the minimal necessary
bounds, which can be satisfied by a newtype around a byte array.
2020-04-23 18:15:14 +12:00
..
proto Add prevHash field to CompactBlock 2019-10-09 14:11:14 +13:00
src ff: Remove PrimeFieldRepr trait 2020-04-23 18:15:14 +12:00
.gitignore Build protobufs for compact formats 2019-10-09 14:09:41 +13:00
build.rs Build protobufs for compact formats 2019-10-09 14:09:41 +13:00
Cargo.toml Version bump of all crates (except librustzcash) 2020-03-12 15:59:19 -06:00
LICENSE-APACHE Rename zcash_wallet to zcash_client_backend, set to 2018 edition 2019-06-27 16:02:12 +01:00
LICENSE-MIT Rename zcash_wallet to zcash_client_backend, set to 2018 edition 2019-06-27 16:02:12 +01:00
README.md Update READMEs 2019-09-24 14:23:55 +01:00

zcash_client_backend

This library contains Rust structs and traits for creating shielded Zcash light clients.

License

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.