From ce881bc4fe783b1781809ce76b94890747851e90 Mon Sep 17 00:00:00 2001 From: ying tong Date: Sun, 25 Jul 2021 00:40:44 +0800 Subject: [PATCH] [book] Formatting fix. --- book/src/design/circuit/gadgets/sinsemilla.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/design/circuit/gadgets/sinsemilla.md b/book/src/design/circuit/gadgets/sinsemilla.md index 3d984955..5a1e29a8 100644 --- a/book/src/design/circuit/gadgets/sinsemilla.md +++ b/book/src/design/circuit/gadgets/sinsemilla.md @@ -81,7 +81,7 @@ In other words, $z_{n-i} = \sum\limits_{h=0}^{i-1} 2^{kh} \cdot m_{h+1}$. > In order to support chaining multiple field elements without a gap, we will use a slightly more complicated expression for $m_{i+1}$ that effectively forces $\mathbf{z}_n$ to zero for the last step of each element, as indicated by $q_{S2}$. This allows the cell that would have been $\mathbf{z}_n$ to be used to reinitialize the running sum for the next element. ### Generator lookup table -The Sinsemilla circuit makes use of $2^10$ pre-computed random generators. These are loaded into a lookup table: +The Sinsemilla circuit makes use of $2^{10}$ pre-computed random generators. These are loaded into a lookup table: $$ \begin{array}{|c|c|c|} \hline