| H A D | Integer.php | 314 public function toBytes() function in phpseclib3\\Math\\PrimeField\\Integer 318 return str_pad($this->value->toBytes(), $length, "\0", STR_PAD_LEFT); 320 return $this->value->toBytes(); 330 return Strings::bin2hex($this->toBytes());
|