pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getHash () |
Interface for the hashing algorithm to use for MAC purposes.
Definition at line 18 of file BaseInterface.php.
|
static |
Return the name of the hashing algorithm to use for MAC purposes.
string | Hashing algorithm to use. |
Implemented in fpoirotte\Pssht\MAC\SHA2\Len256, fpoirotte\Pssht\MAC\SHA2\Len512, fpoirotte\Pssht\MAC\MD5, fpoirotte\Pssht\MAC\RIPEMD160, and fpoirotte\Pssht\MAC\SHA1.