16 private function hash(
string $string) : string
18 return bin2hex($string);
27 private function unhash(
string $string) : string
29 return hex2bin($string);
An exception for terminatinating execution or to throw for unit testing.
hash(StreamInterface $stream, $algo, $rawOutput=false)
Calculate a hash of a Stream.