target	task
[???]	multithreaded piece hashing if desired/possible
	* 1 disk I/O thread fills piece-length buffers
	* M buffers (maximum) in queue (prevent RAM DoS)
	* N hash threads claim buffers and return hashes
	* default N to number of CPU cores
[???]	use existing hash libraries if desired/possible
	* which libraries provide sha1 and/or md5?
	* OpenSSL requires a license exception?
[???]	configure-time checks for scandir/versionsort/etc..
[???]	improve cross-platform portability
[???]	improve memory efficiency
[???]	multithreaded file md5sum hashing
[1.0]	feature-complete and bug free
