On Wednesday, 8 August 2012 at 13:38:26 UTC,
[email protected] (Christophe Travert) wrote:
I think the question is: is std.hash going to contain only
message-digest algorithm, or could it also contain other hash
functions?
I think there is enough room in a package to have both
message-digest
algorithm and other kinds of hash functions.
Even if that were the case, I'd say they should be kept separate.
Cryptographic hash functions serve extremely different purposes
from regular hash functions. There is no reason they should be
categorized the same.