halo2/book/src/SUMMARY.md

22 lines
784 B
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)
- [Multipoint opening argument](design/multipoint-opening.md)
- [Permutation argument](design/permutation.md)
- [Lookup argument](design/lookup-argument.md)
- [Gadgets](design/gadgets.md)
- [SHA-256](design/gadgets/sha256.md)
- [16-bit table chip](design/gadgets/sha256/table16.md)