You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The secp256k1 curve unfortunately isn't supported. Also, with browser crypto.subtle support, I don't think there would be a need for this library, as it would be provided by the browser.
Just perusing this document, this API is similar to BouncyCastle's.
I can't help but notice that crypto.subtle doesn't support ECDH shared secrets, but neither does WebCryptoAPI, so maybe I can sweet talk you guys into going the extra mile?
This is on the horizon: http://www.w3.org/TR/WebCryptoAPI/
It would be great if bitauth was ready and supporting this as soon as implementations start to emerge in browsers.
The text was updated successfully, but these errors were encountered: