@@ -5,6 +5,7 @@ var crypto = require("crypto");
var BP = {};
+
BP.bitSize = function() {
return (this.length * 8);
}