Adding support for ECC
Mischala opened this issue · 3 comments
Mischala commented
With Chrome now following suit and implementing ECDSA and ECDH, is it time to add support for these algorithms to js-jose?
Also, I require the use of a few algos and curves that are not specified in the WebCrypto spec.
How do we feel about adding support for non-standard algos and curves via optional imports? (eg. Ellipticjs)
alokmenghrajani commented
Re-opening this issue since I'm planning to add support for ECDSA in the coming days.
alokmenghrajani commented
alokmenghrajani commented
This should now work. Let me know if you run into any issues or if you want a tagged release.