芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/mdanter/ecc/src/Primitives/CurveParameters.php
size = $size; $this->prime = $prime; $this->a = $a; $this->b = $b; } /** * @return \GMP */ public function getA(): \GMP { return $this->a; } /** * @return \GMP */ public function getB(): \GMP { return $this->b; } /** * @return \GMP */ public function getPrime(): \GMP { return $this->prime; } /** * @return int */ public function getSize(): int { return $this->size; } }