> Hi,
> In my application I need to use crc_64_type. I did not find its
> implemetation in crc.hpp. Anyone implemented it?
> Regards, Gaurav
Gaurav,
Somewhere, I've got a CRC64 ECMA–182 that uses the
Polynomial 0x42F0E1EBA9EA3693.
You can have it if you would like.
It's a non-boost implementation that does, however,
have a boost-similar interface.
Best regards, Chris.