mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Remove unused variable $generator from Math_BigInteger::random().
This commit is contained in:
parent
32a47d2fbc
commit
dadaaf791e
@ -3057,8 +3057,6 @@ class Math_BigInteger {
|
|||||||
$min = $temp;
|
$min = $temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
$generator = $this->generator;
|
|
||||||
|
|
||||||
$max = $max->subtract($min);
|
$max = $max->subtract($min);
|
||||||
$max = ltrim($max->toBytes(), chr(0));
|
$max = ltrim($max->toBytes(), chr(0));
|
||||||
$size = strlen($max) - 1;
|
$size = strlen($max) - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user