There was an error while loading. Please reload this page.
1 parent 2916d54 commit 6a1ac54Copy full SHA for 6a1ac54
1 file changed
lib/internal/crypto/webidl.js
@@ -42,7 +42,7 @@ const {
42
type,
43
} = require('internal/webidl');
44
45
-const kRsaKeyGenMinimumModulusLength = isFips === 1 ? 2048 : 512;
+const kRsaKeyGenMinimumModulusLength = isFips ? 2048 : 512;
46
47
function validateByteLength(buf, name, target) {
48
if (getBufferSourceByteLength(buf) !== target) {
0 commit comments