Go to file
DrPeterVanNostrand a597365282 Add simple range check example 2021-06-01 18:35:50 +00:00
.github CI: Test against same Rust version as rust-toolchain 2021-05-18 20:19:54 +01:00
benches Remove unused Challenge trait. 2021-05-25 00:55:34 +08:00
book Merge pull request #234 from zcash/book-point-addition 2021-05-27 22:37:06 +01:00
examples Add simple range check example 2021-06-01 18:35:50 +00:00
src Cargo fmt 2021-05-28 00:40:39 +08:00
tests Input as associated type on EncodedChallenge 2021-05-07 22:21:54 +08:00
.gitignore Add book/Makefile for local HTML generation. 2020-12-26 15:33:59 +00:00
CHANGELOG.md Initialize the changelog 2021-01-22 23:54:31 +00:00
COPYING Changing TGPPL references to BOSL 2021-04-16 08:33:10 -07:00
Cargo.toml examples: Add cost model for estimating proof sizes 2021-05-18 13:54:05 +01:00
Contributor_Agreement Correct numbering and add missing sections 2020-10-25 09:42:25 -07:00
LICENSE-BOSL Changing TGPPL references to BOSL 2021-04-16 08:33:10 -07:00
README.md Wording change to README to reflect new explainer 2021-04-16 08:36:49 -07:00
katex-header.html Initial commit 2020-08-22 14:15:39 -06:00
rust-toolchain add rust toolchain file 2021-02-26 16:35:52 +08:00

README.md

halo2 Crates.io

IMPORTANT: This library is being actively developed and should not be used in production software.

Documentation

This crate currently has a Minimum Supported Rust Version of 1.49.0. When const generics are stabilized in Rust 1.51.0, we plan to require that version.

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.