exthereum / libsecp256k1

Erlang NIF bindings for libsecp256k1 ECDSA library
MIT License
8 stars 23 forks source link

Add verify_compact for signatures #1

Closed hayesgm closed 6 years ago

hayesgm commented 6 years ago

This patch adds signature recover compact. When using compact signatures, the current API has no direct interface. This patch adds a simple new function to allow a user to verify compact signatures.