kornrunner / php-secp256k1

Pure PHP secp256k1
MIT License
32 stars 19 forks source link

Verify a event with a signature in string format #9

Open quentintaranpino opened 1 year ago

quentintaranpino commented 1 year ago

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 was been initialized first.

Thank you!