Post
Topic
Board Development & Technical Discussion
Merits 8 from 4 users
Re: How to define which coordinate is negative?
by
o_e_l_e_o
on 11/01/2022, 09:18:54 UTC
⭐ Merited by hugeblack (4) ,ETFbitcoin (2) ,ymgve2 (1) ,BlackHatCoiner (1)
In reality, neither coordinate is negative. Both y coordinates are points on the secp256k1 curve, which is defined modulo p, and so there are no negative coordinates, as anything negative simply loops round mod p and becomes positive again. And so we use even and odd to differentiate to the two y coordinates.