Skip to content

Commit 2f01552

Browse files
authored
fix: typos (#7013)
1 parent 22f2f6d commit 2f01552

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

zk-sdk/src/sigma_proofs/grouped_ciphertext_validity/handles_3.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ impl GroupedCiphertext3HandlesValidityProof {
224224
&Y_1, // Y_1
225225
P_second, // P_second
226226
D_second, // D_second
227-
&Y_2, // Y_1
227+
&Y_2, // Y_2
228228
P_third, // P_third
229229
D_third, // D_third
230-
&Y_3, // Y_2
230+
&Y_3, // Y_3
231231
],
232232
);
233233

zk-token-sdk/src/sigma_proofs/ciphertext_ciphertext_equality_proof.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ impl CiphertextCiphertextEqualityProof {
197197
&(&ww * &self.z_r), // ww * z_r
198198
&(&ww_negated * &c), // -ww * c
199199
&ww_negated, // -ww
200-
&(&www * &self.z_r), // z_r
200+
&(&www * &self.z_r), // www * z_r
201201
&(&www_negated * &c), // -www * c
202202
&www_negated,
203203
],

zk-token-sdk/src/sigma_proofs/grouped_ciphertext_validity_proof/handles_3.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ impl GroupedCiphertext3HandlesValidityProof {
217217
&G, // G
218218
C, // C
219219
&Y_0, // Y_0
220-
P_source, // P_destination
221-
D_source, // D_destination
220+
P_source, // P_source
221+
D_source, // D_source
222222
&Y_1, // Y_1
223223
P_destination, // P_destination
224224
D_destination, // D_destination
225-
&Y_2, // Y_1
225+
&Y_2, // Y_2
226226
P_auditor, // P_auditor
227227
D_auditor, // D_auditor
228-
&Y_3, // Y_2
228+
&Y_3, // Y_3
229229
],
230230
);
231231

0 commit comments

Comments
 (0)