Export feature for P-521 and X25519 cryptoKey #26431
Labels
crypto
Related to node:crypto or WebCrypto
ext/crypto
related to the ext/crypto crate
feat
new feature (which has been agreed to/accepted)
web
related to Web APIs
It would be better if Deno fully support for Webcrypto API,..
I have tested that deno can create P-521 and X25519 cryptoKey like a charm.
P-521 cryptoKey
NotSupportedError: Unsupported namedCurve
TypeError: expected valid private EC key
X25519 cryptoKey
NotSupportedError: Not implemented
The text was updated successfully, but these errors were encountered: