crc64fast icon indicating copy to clipboard operation
crc64fast copied to clipboard

SIMD accelerated CRC-64-ECMA computation

Results 3 crc64fast issues
Sort by recently updated
recently updated
newest added

This implements the std::hash::Hasher trait on Digest which allows users of the library to use crc64fast in places where std::hash::Hasher is used. While users of this can use the Newtype...

Could you add `fn new_with_initial(initial_crc: u32) -> Self` which would continue CRC computation from given CRC.