Go to file
Sean Bowe cb59a40ff8
Move PLONK integration tests into the tests subdirectory.
2021-02-26 08:22:19 -07:00
.github CI: Warn with clippy on beta instead of nightly 2021-02-15 15:41:35 +00:00
benches Move SHA-256 gadget and chip into examples 2021-02-25 20:01:44 +00:00
book book: Note that none of the documented gadgets have been reviewed 2021-02-25 20:05:19 +00:00
examples sha256: Fix / silence lints 2021-02-25 20:34:07 +00:00
src Move PLONK integration tests into the tests subdirectory. 2021-02-26 08:22:19 -07:00
tests Move PLONK integration tests into the tests subdirectory. 2021-02-26 08:22:19 -07: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 Initial commit 2020-08-22 14:15:39 -06:00
Cargo.toml Move SHA-256 gadget and chip into examples 2021-02-25 20:01:44 +00:00
Contributor_Agreement Correct numbering and add missing sections 2020-10-25 09:42:25 -07:00
LICENSE-TGPPL Initial commit 2020-08-22 14:15:39 -06:00
README.md Add documentation of Minimum Supported Rust Version. 2021-02-23 13:29:07 +00:00
katex-header.html Initial commit 2020-08-22 14:15:39 -06: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 Transitive Grace Period Public Licence, version 1.0, or at your option, any later version. See the file LICENSE-TGPPL for the terms of the Transitive Grace Period Public Licence, version 1.0.

The purpose of the TGPPL is to allow commercial improvements to the package while ensuring that all improvements are eventually open source. See here for why the TGPPL exists, graphically illustrated on three slides.