diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/crypto/00_crypto.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js index ed179a313..b4b317b3c 100644 --- a/ext/crypto/00_crypto.js +++ b/ext/crypto/00_crypto.js @@ -1003,7 +1003,6 @@ case "AES-KW": { return exportKeyAES(format, key, innerKey); } - // TODO(@littledivy): ECDSA default: throw new DOMException("Not implemented", "NotSupportedError"); } |