wchang22 / LuminS

A fast and reliable alternative to rsync for synchronizing local files written in Rust
MIT License
360 stars 17 forks source link

Mention in doc what is the "secure" hash used #35

Open paazmaya opened 2 years ago

paazmaya commented 2 years ago

I was starting to use this utility tool, and once came across the help output in command line, became curious what is the hash method used for comparison, in particular with the "secure" option.

Looks like "seahash" uses its own implementation of hashing input, and for the "secure" option, "blake2s" method is used.

Would it make sense to make this information available in the command line help output?