|
@@ -7,7 +7,6 @@ var zlib = require('zlib');
|
|
var BP = {};
|
|
var BP = {};
|
|
|
|
|
|
|
|
|
|
-BP.bigint = bigi;
|
|
|
|
|
|
|
|
BP.bitSize = function() {
|
|
BP.bitSize = function() {
|
|
return (this.length * 8);
|
|
return (this.length * 8);
|
|
@@ -512,6 +511,8 @@ function nb(a, encoding, minsize) {
|
|
return holder;
|
|
return holder;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+nb.bigint = bigi;
|
|
|
|
+
|
|
|
|
|
|
module.exports = nb;
|
|
module.exports = nb;
|
|
|
|
|