Home
last modified time | relevance | path

Searched refs:hashParam (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php79 private $hashParam; variable in phpseclib3\\Crypt\\Hash
278 return $this->hashParam;
288 $oldHash = $this->hashParam;
289 $this->hashParam = $hash = strtolower($hash);
295 if ($oldHash != $this->hashParam) {