halo2/book/src/SUMMARY.md

35 lines
1.5 KiB
Markdown
Raw Normal View History

2020-12-04 09:19:17 -08:00
# The halo2 Book
2020-12-04 08:13:04 -08:00
2020-12-04 09:19:17 -08:00
[halo2](README.md)
- [Concepts](concepts.md)
- [Proof systems](concepts/proofs.md)
- [UltraPLONK Arithmetization](concepts/arithmetization.md)
- [Cores](concepts/cores.md)
- [Chips](concepts/chips.md)
- [Gadgets](concepts/gadgets.md)
2020-12-04 09:19:17 -08:00
- [User Documentation](user.md)
- [A simple example](user/simple-example.md)
- [Lookup tables](user/lookup-tables.md)
2020-12-04 09:19:17 -08:00
- [Gadgets](user/gadgets.md)
2020-12-10 12:35:36 -08:00
- [Tips and tricks](user/tips-and-tricks.md)
2020-12-04 09:19:17 -08:00
- [Design](design.md)
2021-01-11 13:07:45 -08:00
- [Proving system](design/proving-system.md)
- [Lookup argument](design/proving-system/lookup-argument.md)
- [Permutation argument](design/proving-system/permutation.md)
- [Circuit commitments](design/proving-system/circuit-commitments.md)
- [Vanishing argument](design/proving-system/vanishing.md)
- [Multipoint opening argument](design/proving-system/multipoint-opening.md)
2021-02-03 12:34:25 -08:00
- [Comparison to other work](design/proving-system/comparison.md)
2021-01-11 13:07:45 -08:00
- [Implementation](design/implementation.md)
- [Gadgets](design/gadgets.md)
- [SHA-256](design/gadgets/sha256.md)
- [16-bit table chip](design/gadgets/sha256/table16.md)
- [Background Material](background.md)
- [Fields](background/fields.md)
- [Polynomials](background/polynomials.md)
- [Cryptographic groups](background/groups.md)
- [Elliptic curves](background/curves.md)
- [UltraPLONK arithmetisation](background/upa.md)
- [Polynomial commitment using inner product argument](background/pc-ipa.md)
- [Recursion](background/recursion.md)