pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__construct ($key) | |
decrypt ($cipher, $iv, $counter=0) | |
encrypt ($plain, $iv, $counter=0) | |
Protected Member Functions | |
block ($iv, $counter) | |
Static Protected Member Functions | |
static | quarterRound (&$a, &$b, &$c, &$d) |
Protected Attributes | |
$key | |
Secret key used to encrypt/decrypt data. | |
ChaCha20 block cipher.
Definition at line 22 of file ChaCha20.php.