Skip to content

Commit

Permalink
Upddate test
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Feb 20, 2017
1 parent 9379011 commit bb0a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/rsa_pss.js
Expand Up @@ -22,7 +22,7 @@ describe("RSA-PSS", function () {
// hash
["SHA-1", "SHA-256", "SHA-384", "SHA-512"].forEach(hash => {
// salt length
[0, 32, 64].forEach(saltLength => {
[void 0, 32, 64].forEach(saltLength => {
// exclude saltLength=64 for SHA-512
if (hash === "SHA-512" && saltLength === 64)
return;
Expand Down

0 comments on commit bb0a5d4

Please sign in to comment.