php-secp256k1
php-secp256k1 copied to clipboard
Pure PHP secp256k1
The PHPECC project has been abandoned for years, despite numerous attempts to fix security issues in the code. [Paragon Initiative Enterprises](https://paragonie.com) has opted to fork PHPECC in order to provide...
I can successfully use this as a PHP sign & verify message on server. But have been attempting to verify the generated signature in browser using ethers.utils.verifyMessage( message , signature...
Hello is there any possibility to verifiy an event with the signature in string format? As far as I know with your library only can verify if the signature interface...
signature is not canonical
Hi, I have passphrase set on my private key, is there anyway that I can input the passphrase somewhere? Thanks!