Merge pull request #107 from zcash/book-reorg

book: Move multipoint argument into design section
This commit is contained in:
str4d 2020-12-23 03:32:44 +00:00 committed by GitHub
commit 935e806821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -2,12 +2,12 @@
[halo2](README.md)
- [Concepts](concepts.md)
- [Multipoint opening argument](concepts/multipoint-opening.md)
- [User Documentation](user.md)
- [A simple example](user/simple-example.md)
- [Lookup tables](user/lookup-tables.md)
- [Gadgets](user/gadgets.md)
- [Tips and tricks](user/tips-and-tricks.md)
- [Design](design.md)
- [Multipoint opening argument](design/multipoint-opening.md)
- [Permutation argument](design/permutation.md)
- [Lookup argument](design/lookup-argument.md)