crc64fast icon indicating copy to clipboard operation
crc64fast copied to clipboard

Implement std::hash::Hasher trait on Digest

Open rpmoore opened this issue 7 months ago • 2 comments

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 pattern and implement this themselves, by implementing this trait it makes it more accessible to users of the crate.

rpmoore avatar Nov 12 '23 05:11 rpmoore