Go to file
Jack Grigg ae6a50611a Pass `g_d_new` and `pk_d_new` directly to `Circuit`
The initial Action circuit specification indicated that only the byte
encodings of `g_d_new` and `pk_d_new` would be witnessed, but we ended
up witnessing the points directly instead. This commit removes the
leftover (and now redundant) encoding-decoding round trip.
2022-04-29 18:04:01 +00:00
.github/workflows Merge branch 'non-consensus-changes-on-branchid-c4cd541e' into merge-non-consensus-changes-2 2022-02-28 20:46:55 +00:00
benches Migrate to 2021 edition 2022-04-28 17:23:30 +00:00
book book: Fix TODOs on Actions design page 2022-04-29 18:04:01 +00:00
proptest-regressions/constants
src Pass `g_d_new` and `pk_d_new` directly to `Circuit` 2022-04-29 18:04:01 +00:00
tests Migrate to 2021 edition 2022-04-28 17:23:30 +00:00
.gitignore
CHANGELOG.md Rename `Bundle::{try_}authorize` to `Bundle::{try_}map_authorization` 2022-04-29 00:16:16 +00:00
COPYING
Cargo.toml Migrate to `halo2::plonk::Constraints` helper 2022-04-28 19:52:55 +00:00
LICENSE-BOSL
README.md orchard 0.1.0-beta.2 2022-03-22 21:29:36 +00: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.56.1+.

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.