bcoin-org / bcash

Implementation of Bitcoin Cash protocol in node.js
Other
102 stars 68 forks source link

Web Cryptography API #125

Open ty-everett opened 5 years ago

ty-everett commented 5 years ago

Rather than using elliptic in the browser, would it be faster to perform cryptographic operations with the web crypto API? If there's a consensus that this would be effective and useful, I might submit a PR for it.