From 5c2be3273002d63447753248b7a633bcf685cbd2 Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Tue, 5 Jul 2016 12:49:32 -0600 Subject: [PATCH] Fix: typo in lib/algorithms/constants.js --- lib/algorithms/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/algorithms/constants.js b/lib/algorithms/constants.js index 6bdf1b7..0c186a7 100644 --- a/lib/algorithms/constants.js +++ b/lib/algorithms/constants.js @@ -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,