Crate fhc

Source

Enums§

Hash
Hash algorithm
ProcessOption
Approaches for processing multiple files

Functions§

file_all
Calculate all hashes for a file
file_blake3
Calculate the BLAKE3 hash for a file
file_blake3_sha256
Calculate the BLAKE3 and SHA256 hashes for a file
file_blake3_sha512
Calculate the BLAKE3 and SHA512 hashes for a file
file_sha256
Calculate the SHA256 hash for a file
file_sha512
Calculate the SHA512 hash for a file
file_sha256_sha512
Calculate the SHA256 and SHA512 hashes for a file
messaging
Process files with the given hash algorithm via messaging
rayon_par_iter
Process files with the given hash algorithm via Rayon parallel iterator
seq_for_loop
Process files with the given hash algorithm via seqential for loop
seq_iter
Process files with the given hash algorithm via seqential iterator
threading
Process files with the given hash algorithm via threading