The format in which hashes are retrieved should be made configurable.
At the moment, the format is, with a single space in between:
<hash> <filename>
For parsing reasons, it might be worthwhile to use two spaces, just as the
commonly used "md5sum" and "sha1sum" tools do.
On the other hand, it could also be useful to enable retrieving just the hash,
without a filename (which is redundant anyway). (When such a response is saved to
disk, it might again be better to comply to the well-known format with filename
included...)
|