mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
Crypt/Base: one more cs update
This commit is contained in:
parent
d91158f6ef
commit
5f1ff099da
@ -464,7 +464,7 @@ class Crypt_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
|
||||
*/
|
||||
@ -473,7 +473,7 @@ class Crypt_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