Post
Topic
Board Development & Technical Discussion
Re: what you will do if you know the way to check that pubkey is odd oe even?
by
NotATether
on 14/10/2021, 14:47:25 UTC
That's equivalent to knowing the very lowest bit of the private key so you've effectively reduced your search range by a power of 2 e.g. 2^60 --- 2^59. It's not useful enough in a practical setting though. Not to mention there isn't a foolproof way to guess the private key's parity in the first place.