Hi all, I've been working on my first PHP extension ( https://github.com/trianglman/ellipticCurveSignature) and I finally have it working and tested. I would really appreciate if some more people could look at it and let me know what I might have missed or better ways for me to do it. I would also appreciate any pointers for what I should do next to make it easy for others to access.
The goal of the extension is to bring elliptic curve signing and verifying into an extension (as doing it in native PHP is incredibly slow). ED25519 was the curve I've been working with, but I've made it generic in order to make it easy to support other curves as I can add them. Thank you, John Judy
