summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-03-09 18:13:11 +0530
committerGitHub <noreply@github.com>2022-03-09 18:13:11 +0530
commita5957f46ee577e69556f0d0e1d645df4390634b5 (patch)
tree3923008aa34e062e726c43c204c55bd75339d254 /ext
parent85cb6f256341b262ef4f0f67ddba034bea3033b1 (diff)
chore(ext/crypto): remove old todos (#13887)
Diffstat (limited to 'ext')
-rw-r--r--ext/crypto/00_crypto.js1
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");
}