nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

JWK support for ecdsa #48

Open Jack-Works opened 4 years ago

Jack-Works commented 4 years ago

In ecdsa.js, it seems like importKey is ignoring the JWK parameter and import the key as a buffer therefore throw an error image

tniessen commented 4 years ago

Thank you for opening the issue. Since Node.js itself has no support for JWK, support for JWK is sparse. I'll leave this open since it will have to be implemented eventually.