Releases: nspcc-dev/tzhash
Releases · nspcc-dev/tzhash
v1.8.2
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
This release updates golang.org/x/sys
dependency (CVE-2022-29526 is not known to affect tzhash, but new version fixes it anyway), fixes minor API inconsistencies and improves documentation a bit. It requires Go 1.18+ to compile. See #34, #36 and #37.
Fix a bug in `Sum`
Initialize internal state in Sum
.
Build tags and optimization
The library now uses build tags for different implementations.
Also now most of the code is documented.
Make checksum size public
Export tz.Size
Dependencies update
go.mod: update dependencies Signed-off-by: Evgenii Stratonikov <[email protected]>