Expand description
Main functions doing actual work.
Use create_hashes()
to prepare the hashes for a path.
Then use write_hashes()
to save it to disk, or read_hashes()
to get the
saved hashes, them with compare_hashes()
and print them with
write_hash_comparison_results()
.
Enums§
Functions§
- compare_
hashes - Compare two provided hashes
- create_
hashes - Create subpath->hash mappings for a given path using a given algorithm up to a given depth.
- read_
hashes - Read uppercased hashes with
write_hashes()
from the specified path or fail with line numbers not matching pattern. - write_
hash_ comparison_ results - Write hash comparison results to the output streams in a human-consumable format
- write_
hashes - Serialise the specified hashes to the specified output file.