Go to file
therealyingtong bdf2d6d9f8 circuit.rs: Define Circuit fields, impl Default for Circuit
The Default Circuit sets all fields to None. This is used as a
placeholder in src/builder.rs.

The circuit in the Circuit::round_trip() test has been filled in.
2021-07-21 20:35:43 +08:00
.github/workflows CI: Reduce noise of clippy lints 2021-05-04 09:18:30 +12:00
benches
book [book] Nullifiers: the scalar is (...) mod p, not ... (mod p). 2021-07-12 20:24:18 +01:00
proptest-regressions/constants Add proptest for decompose_scalar_fixed() 2021-05-13 12:52:03 +08:00
src circuit.rs: Define Circuit fields, impl Default for Circuit 2021-07-21 20:35:43 +08:00
.gitignore
CHANGELOG.md
COPYING Changing TGPPL references to BOSL 2021-04-16 09:24:18 -07:00
Cargo.toml Migrate to latest `halo2` test API 2021-07-19 12:58:05 +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
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 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.