mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
Merge branch 'moosa-1.0' into moosa-2.0
This commit is contained in:
commit
74435e1b80
@ -2951,6 +2951,9 @@ class RSA
|
||||
break;
|
||||
case 'sha512':
|
||||
$t = pack('H*', '304f300b06096086480165030402030440');
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
$t.= $h;
|
||||
$tLen = strlen($t);
|
||||
|
Loading…
Reference in New Issue
Block a user