pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getBaseClass () |
Interface for MAC algorithms where the output is truncated after 96 bits.
Definition at line 18 of file Base96Interface.php.
|
static |
Return the name of the class wrapped by this method and implementing the real MAC algorithm to use.
string | Name of a base class to use to generate MACs. |
Implemented in fpoirotte\Pssht\MAC\MD5\Len96, and fpoirotte\Pssht\MAC\SHA1\Len96.