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 5f169c8 commit afac9f8Copy full SHA for afac9f8
src/schemes/pkcs1.js
@@ -183,8 +183,6 @@ module.exports.makeScheme = function (key, options) {
183
var filled = new Buffer(this.key.maxMessageLength - buffer.length);
184
filled.fill(0);
185
return Buffer.concat([filled, buffer]);
186
-
187
- return filled;
188
};
189
190
Scheme.prototype.pkcs0unpad = function (buffer) {
0 commit comments