mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01: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…
x
Reference in New Issue
Block a user