mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
Crypt/Base: update some comments
This commit is contained in:
parent
1a51226d84
commit
e9fe245132
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user