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 3861c81 commit f2c4813Copy full SHA for f2c4813
src/NodeRSA.js
@@ -48,7 +48,7 @@ module.exports = (function() {
48
exp = 65537;
49
50
if (bits % 2 == 1) {
51
- throw Error('Key size must be even.')
+ throw Error('Key size must be even.');
52
}
53
54
this.keyPair.generate(bits, exp.toString(16));
0 commit comments