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 issues with PHP 7.2, fix tests #8

Closed TiMESPLiNTER closed 6 years ago

TiMESPLiNTER commented 6 years ago

Fixes #7

ionux commented 6 years ago

Tests have passed and it looks good. Great work, @TiMESPLiNTER !