Skip to content

Commit 64ce140

Browse files
rubdosoleganza
authored andcommitted
Fix typo in r1cs notes (#253)
* Fix a typo in the r1cs notes. `t(x) equals <l(x),r(x)>, not <l(x),l(x)>.` * Put EC base point at right hand of multiplication
1 parent 0e16bdf commit 64ce140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notes-r1cs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ which represent the left and right sides of the input to the inner-product equat
430430
\end{aligned}
431431
\\]
432432

433-
When we take the inner product of \\({\mathbf{l}}(x)\\) and \\({\mathbf{l}}(x)\\), we get:
433+
When we take the inner product of \\({\mathbf{l}}(x)\\) and \\({\mathbf{r}}(x)\\), we get:
434434

435435
\\[
436436
\begin{aligned}
@@ -473,8 +473,8 @@ We define \\(\mathbf{V}\\) as the vector of Pedersen commitments to \\(\mathbf{v
473473

474474
\\[
475475
\begin{aligned}
476-
V_j &= B \cdot v_j + \widetilde{B} \cdot \tilde{v}\_j \quad \forall j \in [1, m] \\\\
477-
T_i &= B \cdot t_i + \widetilde{B} \cdot \tilde{t}\_i \quad \forall i \in [1, 3, 4, 5, 6] \\\\
476+
V_j &= v_j \cdot B + \tilde{v}\_j \cdot \widetilde{B} \quad \forall j \in [1, m] \\\\
477+
T_i &= t_i \cdot B + \tilde{t}\_i \cdot \widetilde{B} \quad \forall i \in [1, 3, 4, 5, 6] \\\\
478478
\end{aligned}
479479
\\]
480480

0 commit comments

Comments
 (0)