mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
book: Reorganize design subsections
This commit is contained in:
parent
6d7e9afdb7
commit
fb411b12e8
6 changed files with 7 additions and 3 deletions
|
|
@ -13,9 +13,11 @@
|
||||||
- [Gadgets](user/gadgets.md)
|
- [Gadgets](user/gadgets.md)
|
||||||
- [Tips and tricks](user/tips-and-tricks.md)
|
- [Tips and tricks](user/tips-and-tricks.md)
|
||||||
- [Design](design.md)
|
- [Design](design.md)
|
||||||
- [Multipoint opening argument](design/multipoint-opening.md)
|
- [Proving system](design/proving-system.md)
|
||||||
- [Permutation argument](design/permutation.md)
|
- [Multipoint opening argument](design/proving-system/multipoint-opening.md)
|
||||||
- [Lookup argument](design/lookup-argument.md)
|
- [Permutation argument](design/proving-system/permutation.md)
|
||||||
|
- [Lookup argument](design/proving-system/lookup-argument.md)
|
||||||
|
- [Implementation](design/implementation.md)
|
||||||
- [Gadgets](design/gadgets.md)
|
- [Gadgets](design/gadgets.md)
|
||||||
- [SHA-256](design/gadgets/sha256.md)
|
- [SHA-256](design/gadgets/sha256.md)
|
||||||
- [16-bit table chip](design/gadgets/sha256/table16.md)
|
- [16-bit table chip](design/gadgets/sha256/table16.md)
|
||||||
|
|
|
||||||
1
book/src/design/implementation.md
Normal file
1
book/src/design/implementation.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Implementation
|
||||||
1
book/src/design/proving-system.md
Normal file
1
book/src/design/proving-system.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Proving system
|
||||||
Loading…
Reference in a new issue