Skip to content

Commit d1e7ca1

Browse files
Typo
1 parent 9c8c4f4 commit d1e7ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecmult_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static void secp256k1_ecmult_odd_multiples_table(int n, secp256k1_ge *pre_a, sec
9797
secp256k1_gej_set_ge(&ai, &pre_a[0]);
9898
ai.z = a->z;
9999

100-
/* pre_a[0] is the point (a.x*C^2, a.y*C^3, a.z*C) which is equvalent to a.
100+
/* pre_a[0] is the point (a.x*C^2, a.y*C^3, a.z*C) which is equivalent to a.
101101
* Set zr[0] to C, which is the ratio between the omitted z(pre_a[0]) value and a.z.
102102
*/
103103
zr[0] = d.z;

0 commit comments

Comments
 (0)