| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1de0490 commit c9d440e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -142,7 +142,7 @@ const modSize = 1024; | |||
| 142 | 142 | padding: crypto.constants.RSA_PKCS1_PSS_PADDING, | |
| 143 | 143 | saltLength: verifySaltLength | |
| 144 | 144 | }, s4); | |
| 145 | - const saltLengthCorrect = getEffectiveSaltLength(signSaltLength) == | ||
| 145 | + const saltLengthCorrect = getEffectiveSaltLength(signSaltLength) === | ||
| 146 | 146 | getEffectiveSaltLength(verifySaltLength); | |
| 147 | 147 | assert.strictEqual(verified, saltLengthCorrect, 'verify (PSS)'); | |
| 148 | 148 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments