Skip to content

Commit 4807210

Browse files
authored
Fix: typo in lib/algorithms/constants.js
2 parents bfd9bcc + 5c2be32 commit 4807210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algorithms/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
"A256KW": 256,
3737
"ECDH-ES+A128KW": 128,
3838
"ECDH-ES+A192KW": 192,
39-
"ECDH-EC+A256KW": 256
39+
"ECDH-ES+A256KW": 256
4040
},
4141
NONCELENGTH: {
4242
"A128CBC-HS256": 128,

0 commit comments

Comments
 (0)