ionux / phactor

Phactor is a high-performance PHP implementation of the elliptic curve math functions needed for EC keypair and ECDSA signature generation, validating signatures, validating curve points, creating SINs and much more.
https://github.com/ionux/phactor
MIT License
50 stars 18 forks source link

Fix parseCompressedPublicKey method #10

Closed TiMESPLiNTER closed 6 years ago

TiMESPLiNTER commented 6 years ago

Fixed #9

ionux commented 6 years ago

@TiMESPLiNTER it looks like the PointTest::testCalcYfromX() test is failing. If you can revise your PR to update the text to expect the hex version of the value, I'll be happy to merge it.

TiMESPLiNTER commented 6 years ago

@ionux done