Releases: glaslos/ssdeep
Releases · glaslos/ssdeep
1.0.0 Release
What's Changed
- fix: ssdeep computation gets stuck in an infinite loop on large files by @glimps-jpr in #36
- fix: digest() drops final hash character when FNV tail value is zero by @utkonos in #37
New Contributors
- @glimps-jpr made their first contribution in #36
- @utkonos made their first contribution in #37
Full Changelog: v0.4.0...v1.0.0
0.4.0 Release
What's Changed
- Added the
hasCommonSubstringto comply with reference and added a test case by @BingqingXue1 in #34
New Contributors
- @BingqingXue1 made their first contribution in #34
Full Changelog: v0.3.3...v0.4.0
0.3.3 Release
- Refactor: use bytes.Buffer for string concat by @wanglei-coder in #30
- Copied the streaming implementation from hatching/ssdeep by @glaslos in #31
0.3.2 Release
Mostly maintenance changes. Switching from Travis CI to GitHub Actions
0.3.1 Release
Fixing an issue with zero length block sizes: #20
0.3.0 Release
v0.3.0 0.3.0 release
v0.1.0 Initial Release
First working version of our Go implementation of SSDEEP.
Use either the example app or the binaries from this release.