pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__construct () | |
Construct a new PRNG. | |
getBytes ($count) | |
OpenSSL-based pseudo-random number generator.
Definition at line 17 of file OpenSSL.php.
fpoirotte\Pssht\Random\OpenSSL::getBytes | ( | $count | ) |
Get (pseudo-)random bytes.
int | $count | Number of (pseudo-)random bytes to retrieve. |
string | A character string composed of $count (pseudo-)random bytes. |
Implements fpoirotte\Pssht\Random\RandomInterface.
Definition at line 24 of file OpenSSL.php.