deploy1 7 anni fa
parent
commit
2dfb889d03
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);
 }