Closed GoogleCodeExporter closed 9 years ago
I forgot to mention I am using bitcoinj 0.11
Original comment by nicos.pa...@pvs.com.cy
on 28 Feb 2014 at 1:38
The key is not "incorrect", it's just decompressed. You can recompress it to
get back the original (public) key. It's unfortunate but correct that EC public
keys can have two different but equivalent forms.
Probably, to make the behaviour more intuitive here, fromASN1() should pay
attention to the compression state of the key in the ASN1 rather than always
recalculate uncompressed form from the private key alone.
Original comment by mh.in.en...@gmail.com
on 28 Feb 2014 at 4:37
This issue was closed by revision e397928ec3fd.
Original comment by mh.in.en...@gmail.com
on 17 Mar 2014 at 4:43
Original issue reported on code.google.com by
nicos.pa...@pvs.com.cy
on 28 Feb 2014 at 1:38