pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getHash () |
static | getName () |
Return the name of the algorithm. | |
![]() | |
static | getKeySize () |
static | getSize () |
static | isAvailable () |
Additional Inherited Members | |
![]() | |
__construct ($key) | |
compute ($seqno, $data) | |
![]() | |
$key | |
Secret key for MAC operations. | |
|
static |
Return the name of the hashing algorithm to use for MAC purposes.
string | Hashing algorithm to use. |
Implements fpoirotte\Pssht\MAC\BaseInterface.