AES, RC4: CS adjustments

This commit is contained in:
terrafrost 2013-01-30 08:39:02 -06:00
parent 248e3bb085
commit 13eb688c90
2 changed files with 0 additions and 2 deletions

View File

@ -255,7 +255,6 @@ class Crypt_AES extends Crypt_Rijndael {
return;
}
/**
* Sets the initialization vector. (optional)
*

View File

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