Skip to content

Commit eb4fb6d

Browse files
Merge #276: Typo in shallue_van_de_woestijne description
c33d224 Typo in shallue_van_de_woestijne description (roconnor-blockstream) Pull request description: ACKs for top commit: real-or-random: ACK c33d224 Tree-SHA512: b008b3d64856e4ccf472e97749695bec42e0bf137d7cfe2d8eeed0ba1a27f8fbdafbe20cda550c4931f80a1585c4893ae155e624f3d2ce9e3caf5e955c3dbbf4
2 parents 2192e9d + c33d224 commit eb4fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/generator/main_impl.h

+1-1
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)