mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
book: Move lookup argument design page to have consistent URI
This commit is contained in:
parent
7820083c0d
commit
576796037a
3 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
- [Tips and tricks](user/tips-and-tricks.md)
|
||||
- [Design](design.md)
|
||||
- [Proving system](design/proving-system.md)
|
||||
- [Lookup argument](design/proving-system/lookup-argument.md)
|
||||
- [Lookup argument](design/proving-system/lookup.md)
|
||||
- [Permutation argument](design/proving-system/permutation.md)
|
||||
- [Circuit commitments](design/proving-system/circuit-commitments.md)
|
||||
- [Vanishing argument](design/proving-system/vanishing.md)
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ follows:
|
|||
$$S_\text{compressed}(X) = \theta^{m-1} S_0(X) + \theta^{m-2} S_1(X) + \dots + \theta S_{m-2}(X) + S_{m-1}(X)$$
|
||||
|
||||
- The prover then permutes $A_\text{compressed}(X)$ and $S_\text{compressed}(X)$ according
|
||||
to the [rules of the lookup argument](lookup-argument.md), obtaining $A'(X)$ and $S'(X)$.
|
||||
to the [rules of the lookup argument](lookup.md), obtaining $A'(X)$ and $S'(X)$.
|
||||
|
||||
Finally, the prover creates blinding commitments for all of the lookups
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue