Searched refs:keccak64 (Results 1 – 1 of 1) sorted by relevance
/plugin/sha3sum/ |
H A D | Sha3.php | 114 private static function keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output) function in Sha3 325 if(self::keccak64($in, 224, 224, 0x06, false) === $md){ 344 return self::keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output);
|