miniflare icon indicating copy to clipboard operation
miniflare copied to clipboard

fix NotSupportedError when using NODE-ED25519

Open yusefnapora opened this issue 2 years ago • 0 comments

This closes #310 by adding a helper function that converts NODE-ED25519 to Ed25519.

I didn't add a check for just the string form (without the namedCurve), since I wasn't sure if that's supported in the real CF worker env. But it would be super easy to add it to the helper.

yusefnapora avatar Jul 12 '22 21:07 yusefnapora