mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-19 11:45:10 +00:00
another typo
This commit is contained in:
parent
4c8a56f2ad
commit
c274370ed9
@ -2478,7 +2478,7 @@ abstract class Base
|
||||
$hash = $bytes;
|
||||
|
||||
switch (true) {
|
||||
case self::WHIRLPOOL_AVAILABLE:
|
||||
case self::$WHIRLPOOL_AVAILABLE:
|
||||
foreach (str_split($bytes, 64) as $t) {
|
||||
$hash = hash('whirlpool', $hash, true);
|
||||
$result .= $t ^ $hash;
|
||||
|
Loading…
Reference in New Issue
Block a user