pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__construct ($key) | |
ad ($IV, $C, $A, $T) | |
ae ($IV, $P, $A) | |
Protected Attributes | |
$header | |
Instance of ChaCha20 used to encrypt/decrypt additional data. | |
$main | |
Instance of ChaCha20 used to encrypt/decrypt plaintext/cipher data. | |
ChaCha20 & Poly1305 combined to achieve AEAD.
Definition at line 17 of file ChaCha20Poly1305.php.