Open Jack-Works opened 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
importKey
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.
In ecdsa.js, it seems like
importKey
is ignoring the JWK parameter and import the key as a buffer therefore throw an error