Go to file
Jack Grigg c4cd541e6c Add `Clone` impls to various structs
This enables `InProgress<Unproven, Unauthorized>: Clone`, which allows
the bundle returned by `Builder::build` to be cloned. In pure-Rust
wallets this should not be necessary, but it is required for `zcashd`
due to FFI-crossing.
2022-02-12 02:04:52 +00:00
.github/workflows CI: Switch to storing benchmarks in gh-pages branch 2021-12-09 21:43:56 +00:00
benches bench: Fix circuit benchmarks 2021-12-09 13:18:39 +00:00
book book: Update rotations for Commit^ivk region 2021-09-14 02:09:14 +01:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src Add `Clone` impls to various structs 2022-02-12 02:04:52 +00:00
.gitignore
CHANGELOG.md
COPYING Update COPYING with latest license text 2021-09-22 21:42:19 +01:00
Cargo.toml orchard 0.1.0-beta.1 2021-12-17 22:10:35 +00:00
LICENSE-BOSL Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
README.md Update README 2021-09-22 21:43:08 +01:00
katex-header.html
rust-toolchain

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-2021 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 COPYING for more details, and 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.