Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php834 …* @param bool $raw_output When set to TRUE, outputs raw binary data. FALSE outputs lowercase hexit…
837 public static function hmac($algo, $data, $key, $raw_output = false) argument
841 return hash_hmac($algo, $data, $key, $raw_output);
865 return ($raw_output) ? pack($pack, $output) : $output;