Go to file
therealyingtong a5a6e78d42 src/circuit.rs: Use NonIdentityPoint for all witnessed points.
The witnessed points are cm_old, g_d_old, pk_d_old, ak.

g_d_new and pk_d_new are currently also witnessed as affine points,
which diverges from the spec.

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-09-28 13:13:25 -06:00
.github/workflows
benches Merge pull request #178 from zcash/batch-note-decryption 2021-08-13 14:27:41 +01:00
book book: Update rotations for Commit^ivk region 2021-09-14 02:09:14 +01:00
proptest-regressions/constants
src src/circuit.rs: Use NonIdentityPoint for all witnessed points. 2021-09-28 13:13:25 -06:00
.gitignore
CHANGELOG.md
COPYING Update COPYING with latest license text 2021-09-22 21:42:19 +01:00
Cargo.toml Require pasta_curves 0.2.1 and bump halo2 revision 2021-09-22 21:41:01 +01:00
LICENSE-BOSL
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.