On 8/7/2012 10:39 AM, Dmitry Olshansky wrote: > std.hash.hash is a new module for Phobos defining an uniform interface for > hashes and checksums. It also provides some useful helper functions to deal with > this new API. The hash functions must use a Range interface, not a file interface. This is extremely important.