Skip to content

Releases: glaslos/ssdeep

1.0.0 Release

06 Apr 16:07

Choose a tag to compare

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

Full Changelog: v0.4.0...v1.0.0

0.4.0 Release

15 Apr 15:10

Choose a tag to compare

What's Changed

  • Added the hasCommonSubstring to comply with reference and added a test case by @BingqingXue1 in #34

New Contributors

Full Changelog: v0.3.3...v0.4.0

0.3.3 Release

05 Feb 19:18

Choose a tag to compare

  • 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

15 May 14:42

Choose a tag to compare

0.3.2 Release Pre-release
Pre-release

Mostly maintenance changes. Switching from Travis CI to GitHub Actions

0.3.1 Release

16 Jan 09:17

Choose a tag to compare

0.3.1 Release Pre-release
Pre-release

Fixing an issue with zero length block sizes: #20

0.3.0 Release

14 Jan 14:13

Choose a tag to compare

0.3.0 Release Pre-release
Pre-release
v0.3.0

0.3.0 release

v0.1.0 Initial Release

07 Dec 15:46

Choose a tag to compare

Pre-release

First working version of our Go implementation of SSDEEP.
Use either the example app or the binaries from this release.