pub enum HashAlgorithm { None4, None8, None16, XXH64, XXH3_64, XXH3_128, CyclicPoly32, CyclicPoly64, Adler32, Fx64, }
The algorithms which can be used for hashing the data.