pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getSize () |
![]() | |
static | getBlockSize () |
static | getIVSize () |
static | getKeySize () |
![]() | |
static | getName () |
Return the name of the algorithm. | |
Additional Inherited Members | |
![]() | |
__construct ($iv, $key) | |
decrypt ($seqno, $data) | |
encrypt ($seqno, $data) | |
Interface for Authenticated Encryption with Additional Data.
Definition at line 17 of file AEADInterface.php.
|
static |
Get the size of an Authentication Tag generated with this algorithm.
int | AT size in bytes. |
Implemented in fpoirotte\Pssht\Encryption\OpensshCom\AES128GCM, and fpoirotte\Pssht\Encryption\OpensshCom\ChaCha20Poly1305.