コード例 #1
0
ファイル: PublicKey.php プロジェクト: rubensayshi/bitcoin-php
 /**
  * @param int $tweak
  * @return PublicKeyInterface
  */
 public function tweakMul($tweak)
 {
     return $this->ecAdapter->publicKeyMul($this, $tweak);
 }