Home
last modified time | relevance | path

Searched refs:hash_sha2 (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A DPassHash.php704 public function hash_sha2($clear, $salt = null, $opts = [])
734 return $this->hash_sha2($clear, $salt, $opts);
741 return $this->hash_sha2($clear, $salt, $opts);
687 public function hash_sha2($clear, $salt = null, $opts = array()) { global() function in dokuwiki\\PassHash