square/js-jose

Adding support for ECC

Mischala opened this issue · 3 comments

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)

Re-opening this issue since I'm planning to add support for ECDSA in the coming days.

This should now work. Let me know if you run into any issues or if you want a tagged release.