Crypt/Base: update some comments

This commit is contained in:
terrafrost 2015-03-30 23:43:28 -05:00
parent 1a51226d84
commit e9fe245132

View File

@ -1676,7 +1676,7 @@ class Crypt_Base
* @access private
* @param String $in
* @return String
* @internal Must extend by the child Crypt_* class
* @internal Must be extended by the child Crypt_* class
*/
function _encryptBlock($in)
{
@ -1689,7 +1689,7 @@ class Crypt_Base
* @access private
* @param String $in
* @return String
* @internal Must extend by the child Crypt_* class
* @internal Must be extended by the child Crypt_* class
*/
function _decryptBlock($in)
{
@ -1703,7 +1703,7 @@ class Crypt_Base
*
* @see Crypt_Base::_setup()
* @access private
* @internal Must extend by the child Crypt_* class
* @internal Must be extended by the child Crypt_* class
*/
function _setupKey()
{