芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/mdanter/ecc/src/Crypto/Signature/Signature.php
r = $r; $this->s = $s; } /** * {@inheritDoc} * @see \Mdanter\Ecc\Crypto\Signature\SignatureInterface::getR() */ public function getR(): \GMP { return $this->r; } /** * {@inheritDoc} * @see \Mdanter\Ecc\Crypto\Signature\SignatureInterface::getS() */ public function getS(): \GMP { return $this->s; } }