Skip to content

Commit

Permalink
CHORE:fix http link jump (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhi-crypo authored Jan 4, 2024
1 parent 039da85 commit 61f065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ As the encoding interface calls for the construction of `NumChunks` Chunks of le

## Amortized Multireveal Proof Generation with the FFT

The construction of the multireveal proofs can also be performed using a DFT (as in [“Fast Amortized Kate Proofs”](./https://eprint.iacr.org/2023/033.pdf)). Leaving the full details of this process to the referenced document, we describe here only 1) the index-assignment the scheme used by the amortized multiproof generation approach and 2) the constraints that this creates for the overall encoder interface.
The construction of the multireveal proofs can also be performed using a DFT (as in [“Fast Amortized Kate Proofs”](https://eprint.iacr.org/2023/033.pdf)). Leaving the full details of this process to the referenced document, we describe here only 1) the index-assignment the scheme used by the amortized multiproof generation approach and 2) the constraints that this creates for the overall encoder interface.

Given the group $S$ corresponding to the indices of the polynomial evaluations and a cyclic group $C$ which is a subgroup of $S$, the cosets of $C$ in $S$ are given by

Expand Down

0 comments on commit 61f065d

Please sign in to comment.