We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5886b0c commit 7986346Copy full SHA for 7986346
lib/helpers/keystore.js
@@ -52,7 +52,7 @@ function getAlgorithms(use, alg, kty, crv) {
52
switch (crv) {
53
case 'P-256':
54
case 'P-384':
55
- algs = algs.concat([`ES${crv.slice(-3)}`.replace('21', '12')]);
+ algs = algs.concat([`ES${crv.slice(-3)}`]);
56
break;
57
case 'P-521':
58
algs = algs.concat(['ES512']);
0 commit comments