deploy1 7 年 前
コミット
2dfb889d03
1 ファイル変更1 行追加0 行削除
  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);
 }