mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 17:52:59 +01:00
typo
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@66 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
a7a41ff610
commit
793a355862
@ -62,7 +62,7 @@
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
* @copyright MMIX Jim Wigginton
|
||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||
* @version $Id: RSA.php,v 1.2 2009-12-04 20:50:21 terrafrost Exp $
|
||||
* @version $Id: RSA.php,v 1.3 2009-12-04 21:05:32 terrafrost Exp $
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
@ -1046,7 +1046,7 @@ class Crypt_RSA {
|
||||
* Determines which hashing function should be used
|
||||
*
|
||||
* Used with signature production / verification and (if the encryption mode is CRYPT_RSA_ENCRYPTION_OAEP) encryption and
|
||||
* decryption. If $hash isn't supposed by Crypt_Hash, sha1 is used.
|
||||
* decryption. If $hash isn't supported, sha1 is used.
|
||||
*
|
||||
* @access public
|
||||
* @param String $hash
|
||||
|
Loading…
Reference in New Issue
Block a user