pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\MAC\RawRIPEMD160 Class Reference
+ Inheritance diagram for fpoirotte\Pssht\MAC\RawRIPEMD160:

Static Public Member Functions

static getName ()
 Return the name of the algorithm.
 
- Static Public Member Functions inherited from fpoirotte\Pssht\MAC\RIPEMD160
static getHash ()
 
static getName ()
 Return the name of the algorithm.
 
- Static Public Member Functions inherited from fpoirotte\Pssht\MAC\Base
static getKeySize ()
 
static getSize ()
 
static isAvailable ()
 

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\MAC\Base
 __construct ($key)
 
 compute ($seqno, $data)
 
- Protected Attributes inherited from fpoirotte\Pssht\MAC\Base
 $key
 Secret key for MAC operations.
 

Detailed Description

Alias for the "hmac-ripemd160" MAC algorithm.

Note
This alias only exists for compatibility with other SSH implementations where this name is used.

Definition at line 22 of file RawRIPEMD160.php.


The documentation for this class was generated from the following file: