@ -126,4 +126,5 @@ Signature.prototype.toString = function() {
var buf = this.toDER();
return buf.toString('hex');
};
module.exports = Signature;