mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
cs changes per bantu
This commit is contained in:
parent
8691035228
commit
27034825f3
@ -473,7 +473,7 @@ class Crypt_Base
|
||||
/**
|
||||
* Has the key length explicitly been set or should it be derived from the key, itself?
|
||||
*
|
||||
* @see setKeyLength()
|
||||
* @see Crypt_Base::setKeyLength()
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
@ -482,7 +482,7 @@ class Crypt_Base
|
||||
/**
|
||||
* Don't truncate / null pad key
|
||||
*
|
||||
* @see Crypt_Base::_clearBuffers
|
||||
* @see Crypt_Base::_clearBuffers()
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
|
@ -346,7 +346,7 @@ class Crypt_Blowfish extends Crypt_Base
|
||||
/**
|
||||
* The Key Length
|
||||
*
|
||||
* @see setKeyLength()
|
||||
* @see Crypt_Base::setKeyLength()
|
||||
* @var int
|
||||
* @access private
|
||||
* @internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk
|
||||
|
@ -141,7 +141,7 @@ class Crypt_RC2 extends Crypt_Base
|
||||
/**
|
||||
* Don't truncate / null pad key
|
||||
*
|
||||
* @see Crypt_Base::_clearBuffers
|
||||
* @see Crypt_Base::_clearBuffers()
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
|
@ -269,7 +269,7 @@ class Crypt_TripleDES extends Crypt_DES
|
||||
*
|
||||
* Valid key lengths are 64, 128 and 192
|
||||
*
|
||||
* @see Crypt_Rijndael:setKeyLength()
|
||||
* @see Crypt_Base:setKeyLength()
|
||||
* @access public
|
||||
* @param int $length
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user