CryptoCurrencyPHP icon indicating copy to clipboard operation
CryptoCurrencyPHP copied to clipboard

Remove static of p_over_four

Open wmh opened this issue 7 years ago • 0 comments

If the $p_over_four is static and then use Signature::recoverPublicKey() twice will raise a php error: PHP Recoverable fatal error: Object of class GMP could not be converted to boolean

wmh avatar Mar 20 '18 15:03 wmh