コード例 #1
0
 /**
  * @param int $tweak
  * @return PrivateKeyInterface
  */
 public function tweakMul($tweak)
 {
     return $this->ecAdapter->privateKeyMul($this, $tweak);
 }