mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
Merge branch 'getkeylength' into getkeylength-2.0-2
This commit is contained in:
commit
0e3fdec56b
@ -434,7 +434,7 @@ abstract class Base
|
||||
/**
|
||||
* Has the key length explicitly been set or should it be derived from the key, itself?
|
||||
*
|
||||
* @see Crypt_Base::setKeyLength()
|
||||
* @see self::setKeyLength()
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
@ -443,7 +443,7 @@ abstract class Base
|
||||
/**
|
||||
* Don't truncate / null pad key
|
||||
*
|
||||
* @see Crypt_Base::_clearBuffers()
|
||||
* @see self::_clearBuffers()
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user