Closed calmofthestorm closed 2 years ago
Thanks for taking a look. I have made the requested changes.
Super, thanks for making the changes! Unfortunately it looks like the build is failing because the benchmarks (which use the internal_new_*
constructors are failing to build. Would you be able to fix that up as well? I think the fuzz testing suite is also using them, and might need adjustment too. Thanks!
Oops, thanks. I fixed the calls in the fuzz tests and the benchmarks.
Released in 1.3.0
🎉
Given
crc(a)
,crc(b)
, andlen(b)
, you can computecrc(a || b)
. The library already supports that viacombine
, but there is not currently a way to create aHasher
with a non-zeroamount
and the desired state without access to the original data.