programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Chapter 4. Finite field algebra wrong formula

Open hebasto opened this issue 5 years ago • 0 comments

  • w2 = w2 ⋅ 1 = w2wp–1 = w(p+1)

Since p is odd (recall p is prime), we know we can divide (p+1) by 2 and still get an integer, implying:

  • w = w(p+1)/2

Correct conclusion is:

  • ±w = w(p+1)/2

hebasto avatar Nov 24 '19 16:11 hebasto