
11 May
2010
11 May
'10
3:29 p.m.
On 11 May 2010 07:57, Arash Partow <arash@partow.net> wrote:
To further that, I think Boost.CRC would also be another candidate that could be "rolled" into this hash library.
I added a wrapper around Boost.CRC yesterday, in fact. assert(compute_digest<crc32_png>("abc") == "352441c2"); I would be hesitant to absorb it fully, however, as it seems from the header that much work went into workarounds for various old compilers, and I'd be surprised if this hash library worked in all those compilers (due to use of partial specifications, SFINAE, etc).