Skip to content

Commit c33d224

Browse files
Typo in shallue_van_de_woestijne description
1 parent 2192e9d commit c33d224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/generator/main_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static void shallue_van_de_woestijne(secp256k1_ge* ge, const secp256k1_fe* t) {
114114
x1d = wd
115115
x2n = -(x1n + wd)
116116
x2d = wd
117-
x3n = wd^2 + c^2 + t^2
117+
x3n = wd^2 + c^2 * t^2
118118
x3d = (c * t)^2
119119
120120
The joint denominator j = wd * c^2 * t^2, and

0 commit comments

Comments
 (0)