cs changes per bantu

This commit is contained in:
terrafrost 2015-10-04 16:29:48 -05:00
parent 8691035228
commit 27034825f3
4 changed files with 5 additions and 5 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -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
*/

View File

@ -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
*/