Skip to content

Commit

Permalink
Fix: typo in lib/algorithms/constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf committed Jul 5, 2016
1 parent bfd9bcc commit 5c2be32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/algorithms/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
"A256KW": 256,
"ECDH-ES+A128KW": 128,
"ECDH-ES+A192KW": 192,
"ECDH-EC+A256KW": 256
"ECDH-ES+A256KW": 256
},
NONCELENGTH: {
"A128CBC-HS256": 128,
Expand Down

0 comments on commit 5c2be32

Please sign in to comment.