Ver código fonte

Weenier 168otc项目部署 0630
1

wesmiler 3 anos atrás
pai
commit
86bccbe5a0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      vendor/ionux/phactor/src/Point.php

+ 1 - 1
vendor/ionux/phactor/src/Point.php

@@ -268,7 +268,7 @@ trait Point
         } while ($this->randCompare($random_number));
 
         $R = ($ladder === true) ? $this->mLadder($P, $random_number) : $this->doubleAndAdd($P, $random_number);
-var_dump($R);
+
         if ($this->pointTestW($R)) {
             $Rx_hex = str_pad($this->encodeHex($R['x']), 64, "0", STR_PAD_LEFT);
             $Ry_hex = str_pad($this->encodeHex($R['y']), 64, "0", STR_PAD_LEFT);