Go to file
therealyingtong d37db53e0b Implement utility functions inside `gadgets` module.
Instead of importing utility functions from the `orchard` crate,
the `gadgets` module now implements its own:

- lebs2ip
- i2lebsp
- decompose_word
2022-01-19 00:45:18 +08:00
.github/workflows CI: Switch to storing benchmarks in gh-pages branch 2021-12-09 21:43:56 +00:00
benches Pass rng to create_proof API. 2022-01-05 21:30:45 +08:00
book book: Introduce RangeCheck macro. 2021-11-30 09:30:43 -05:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src Implement utility functions inside `gadgets` module. 2022-01-19 00:45:18 +08:00
.gitignore Initial commit 2020-10-20 15:12:37 -06:00
CHANGELOG.md Update Changelog. 2022-01-05 22:14:08 +08:00
COPYING Update COPYING with latest license text 2021-09-22 21:42:19 +01:00
Cargo.toml Update halo2 revision. 2022-01-05 21:30:45 +08: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 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-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.