deploy1 hace 7 años
padre
commit
2dfb889d03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      index.js

+ 1 - 0
index.js

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