hash_par

Function hash_par 

Source
pub fn hash_par(bytes: &[u8]) -> HashMatrix
Expand 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