Re: std.hash: More questions

2012-07-08 Thread Johannes Pfau
Am Fri, 06 Jul 2012 01:24:04 +0400 schrieb Dmitry Olshansky dmitry.o...@gmail.com: The only thing I can think of that would require start function is using unconventional initial vectors. Those could be done as template parameters though? (If the hash is written as a templated struct).

Re: std.hash: More questions

2012-07-08 Thread Dmitry Olshansky
On 08-Jul-12 17:09, Johannes Pfau wrote: Am Fri, 06 Jul 2012 01:24:04 +0400 schrieb Dmitry Olshansky dmitry.o...@gmail.com: The only thing I can think of that would require start function is using unconventional initial vectors. Those could be done as template parameters though? (If the

Re: std.hash: More questions

2012-07-05 Thread Dmitry Olshansky
On 04-Jul-12 18:58, Johannes Pfau wrote: Code: https://github.com/D-Programming-Language/phobos/pull/646 Docs: http://dl.dropbox.com/u/24218791/d/phobos/std_hash_hash.html http://dl.dropbox.com/u/24218791/d/phobos/std_hash_crc.html http://dl.dropbox.com/u/24218791/d/phobos/std_hash_md.html

std.hash: More questions

2012-07-04 Thread Johannes Pfau
Code: https://github.com/D-Programming-Language/phobos/pull/646 Docs: http://dl.dropbox.com/u/24218791/d/phobos/std_hash_hash.html http://dl.dropbox.com/u/24218791/d/phobos/std_hash_crc.html http://dl.dropbox.com/u/24218791/d/phobos/std_hash_md.html