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