mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 13:07:53 +00:00
Crypt/Base: clean up comments
This commit is contained in:
parent
7e2d0147b6
commit
7d31f924a8
@ -100,7 +100,7 @@ define('CRYPT_MODE_STREAM', 5);
|
||||
/**#@+
|
||||
* @access private
|
||||
* @see Crypt_Base::Crypt_Base()
|
||||
* @internal This constants are for internal usage only
|
||||
* @internal This constants are for internal use only
|
||||
*/
|
||||
/**
|
||||
* Base value for the internal implementation $engine switch
|
||||
@ -532,7 +532,7 @@ class Crypt_Base
|
||||
*
|
||||
* @access public
|
||||
* @param String $iv
|
||||
* @internal Could, but not must, extend by the child Crypt_* class
|
||||
* @internal Can be overwritten by a sub class, but does not have to be
|
||||
*/
|
||||
function setIV($iv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user