miniflare icon indicating copy to clipboard operation
miniflare copied to clipboard

NotSupportedError when using NODE-ED25519 keys

Open yusefnapora opened this issue 2 years ago • 0 comments

When calling crypto.subtle.importKey or crypto.subtle.generateKey with an algorithm of { name: 'NODE-ED25519', namedCurve: 'NODE-ED25519' }, Miniflare fails with a DOMException with name == "NotSupportedError".

I've got a branch locally that fixes this that I'll PR in a bit :)

yusefnapora avatar Jul 12 '22 21:07 yusefnapora