mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-14 18:15:39 +01:00
Add missing primes static attribute
This commit is contained in:
parent
52c068acb9
commit
1a730d1fa0
@ -70,6 +70,13 @@ abstract class PHP extends Engine
|
|||||||
* @access protected
|
* @access protected
|
||||||
*/
|
*/
|
||||||
const ENGINE_DIR = 'PHP';
|
const ENGINE_DIR = 'PHP';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Primes > 2 and < 1000
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected static $primes;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default constructor
|
* Default constructor
|
||||||
@ -1326,4 +1333,4 @@ abstract class PHP extends Engine
|
|||||||
|
|
||||||
return $temp;
|
return $temp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user