Go to file
Jack Grigg 5759d66470 Use patches for halo2 and zcash_note_encryption dependencies
While these two are in flux, it's hard to keep these revisions consistent
(e.g. https://github.com/zcash/zcash/pull/5217 currently depends on two
different versions of zcash_note_encryption). Using patches allows the
downstream users (i.e. zcashd) to define its own set of patches, and keep
everything in sync. This works fine now because we aren't actively making
changes to the public APIs, only additions.
2021-06-14 23:17:15 +01:00
.github/workflows CI: Reduce noise of clippy lints 2021-05-04 09:18:30 +12:00
benches Add small key derivation benchmarks 2021-03-20 18:19:51 +13:00
book [book] commitment-tree.md: Update Uncommitted^Orchard from 0 -> 2. 2021-06-11 18:45:25 +08:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src redpallas: Expose batch validation API 2021-06-14 21:41:12 +01:00
.gitignore Initial commit 2020-10-20 15:12:37 -06:00
CHANGELOG.md Initialize the changelog 2021-01-22 23:57:34 +00:00
COPYING Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
Cargo.toml Use patches for halo2 and zcash_note_encryption dependencies 2021-06-14 23:17:15 +01:00
LICENSE-BOSL Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
README.md Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
katex-header.html Initial commit 2020-10-20 15:12:37 -06:00
rust-toolchain Set MSRV to 1.51.0 2021-03-26 08:13:25 +13:00

README.md

orchard Crates.io

IMPORTANT: This library is being actively developed and should not be used in production software.

Requires Rust 1.51+.

Documentation

License

Copyright 2020 The Electric Coin Company.

You may use this package under the Bootstrap Open Source Licence, version 1.0, or at your option, any later version. See the file LICENSE-BOSL for the terms of the Bootstrap Open Source Licence, version 1.0.

The purpose of the BOSL is to allow commercial improvements to the package while ensuring that all improvements are open source. See here for why the BOSL exists.