Pasta curves (Pallas/Vesta) — formal verification source
Find a file
Jack Grigg cf68b5ba05 book: Clarify meaning of "evaluation point" in our context
Polynomial evaluation points and elliptic curve points are both things
we rely on, but never in the same context (we either use elliptic curve
points inside circuits, or implement proving systems on top of them).
2021-02-15 14:30:12 +00:00
.github Add an issue template for improving the Halo 2 book 2021-01-29 20:57:50 +00:00
benches Add name field to ConstraintSystem::create_gate 2021-02-01 18:38:13 +00:00
book book: Clarify meaning of "evaluation point" in our context 2021-02-15 14:30:12 +00:00
examples Merge pull request #163 from zcash/region-helpers 2021-02-12 10:03:39 -07:00
src cargo fmt 2021-02-14 09:28:51 -07:00
.gitignore Add book/Makefile for local HTML generation. 2020-12-26 15:33:59 +00:00
Cargo.toml Downgrade to funty 1.1.0 to fix CI. 2021-02-14 09:24:15 -07:00
CHANGELOG.md Initialize the changelog 2021-01-22 23:54:31 +00:00
Contributor_Agreement Correct numbering and add missing sections 2020-10-25 09:42:25 -07:00
COPYING Initial commit 2020-08-22 14:15:39 -06:00
katex-header.html Initial commit 2020-08-22 14:15:39 -06:00
LICENSE-TGPPL Initial commit 2020-08-22 14:15:39 -06:00
README.md Initial commit 2020-08-22 14:15:39 -06:00

halo2 Crates.io

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

Documentation

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.