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 5cdc5ce commit fc398d8Copy full SHA for fc398d8
index.js
@@ -5,6 +5,7 @@ var VerifyStream = require('./lib/verify-stream');
5
var ALGORITHMS = [
6
'HS256', 'HS384', 'HS512',
7
'RS256', 'RS384', 'RS512',
8
+ 'PS256', 'PS384', 'PS512',
9
'ES256', 'ES384', 'ES512'
10
];
11
0 commit comments