mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
AES, RC4: CS adjustments
This commit is contained in:
parent
248e3bb085
commit
13eb688c90
@ -255,7 +255,6 @@ class Crypt_AES extends Crypt_Rijndael {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets the initialization vector. (optional)
|
||||
*
|
||||
|
@ -167,7 +167,6 @@ class Crypt_RC4 {
|
||||
*
|
||||
* Determines whether or not the mcrypt extension should be used.
|
||||
*
|
||||
* @param optional Integer $mode
|
||||
* @return Crypt_RC4
|
||||
* @access public
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user