pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Encryption\CTR\Twofish128 Class Reference
+ Inheritance diagram for fpoirotte\Pssht\Encryption\CTR\Twofish128:

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\Encryption\Base
 __construct ($iv, $key)
 
 decrypt ($seqno, $data)
 
 encrypt ($seqno, $data)
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\CBC\Twofish128
static getKeySize ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\CBC\Twofish256
static getAlgorithm ()
 
static getKeySize ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Encryption\Base
static getAlgorithm ()
 
static getBlockSize ()
 
static getIVSize ()
 
static getMode ()
 
static getName ()
 Return the name of the algorithm.
 
static isAvailable ()
 
- Protected Attributes inherited from fpoirotte\Pssht\Encryption\Base
 $mcrypt
 mcrypt handle for the cipher.
 

Detailed Description

Twofish cipher in CTR mode with a 128-bit key (OPTIONAL in RFC 4344).

Definition at line 18 of file Twofish128.php.


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