Fastest 4KB JS implementation of secp256k1 signatures and ECDH
I have a signature without having the private key - and I want to verify that it was signed by the public key that claims the signature. I used to do : `recoverPublicKey(msg, sig, rec)` but now it has changed to `sig.recoverPublicKey(msg)`. How do I initialize the `Signature` since it seems that constructor only takes 2 big ints as params (and not a buffer/string).
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by HRK44 and has received 3 comments.