Skip to content

Commit

Permalink
Merge #276: Typo in shallue_van_de_woestijne description
Browse files Browse the repository at this point in the history
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
  • Loading branch information
real-or-random committed Nov 17, 2023
2 parents 2192e9d + c33d224 commit eb4fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/generator/main_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static void shallue_van_de_woestijne(secp256k1_ge* ge, const secp256k1_fe* t) {
x1d = wd
x2n = -(x1n + wd)
x2d = wd
x3n = wd^2 + c^2 + t^2
x3n = wd^2 + c^2 * t^2
x3d = (c * t)^2
The joint denominator j = wd * c^2 * t^2, and
Expand Down

0 comments on commit eb4fb6d

Please sign in to comment.