We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfd9bcc + 5c2be32 commit 4807210Copy full SHA for 4807210
lib/algorithms/constants.js
@@ -36,7 +36,7 @@ module.exports = {
36
"A256KW": 256,
37
"ECDH-ES+A128KW": 128,
38
"ECDH-ES+A192KW": 192,
39
- "ECDH-EC+A256KW": 256
+ "ECDH-ES+A256KW": 256
40
},
41
NONCELENGTH: {
42
"A128CBC-HS256": 128,
0 commit comments