pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getKeySize () |
![]() | |
static | getAlgorithm () |
static | getKeySize () |
![]() | |
static | getAlgorithm () |
static | getBlockSize () |
static | getIVSize () |
static | getMode () |
static | getName () |
Return the name of the algorithm. | |
static | isAvailable () |
Additional Inherited Members | |
![]() | |
__construct ($iv, $key) | |
decrypt ($seqno, $data) | |
encrypt ($seqno, $data) | |
![]() | |
$mcrypt | |
mcrypt handle for the cipher. | |
Twofish cipher in CBC mode with a 128-bit key (OPTIONAL in RFC 4253).
Definition at line 18 of file Twofish128.php.
|
static |
Get the algorithm's key size.
int | Key size (in bytes). |
Implements fpoirotte\Pssht\Encryption\EncryptionInterface.
Definition at line 20 of file Twofish128.php.