pub fn hash_par(bytes: &[u8]) -> HashMatrixExpand description
Same as hash but computes the hash of the byte stream in parallel.
The number of threads used is set automatically but can be overridden using the
RAYON_NUM_THREADS environment variable