ecdsa
ecdsa copied to clipboard
DEPRECATED - JavaScript component to Eliptical Curve Cryptography signing and verify.
I have signatures and I want to recover public key. In code "ecdsa.test.js" , I found recoverpubkey function. I found places to substitute my values. ``` var hash = new...
>Works with both Node.js and the browser. How to run this in browser? Do you have an example?
If this is deprecated api module remove it from npm registry or mark it as deprecated like this one.