Skip to content

Tags: vthib/tlsh

Tags

v1.1.0

Toggle v1.1.0's commit message
release 1.1.0

v1.0.0

Toggle v1.0.0's commit message
release 1.0.0

v0.4.0

Toggle v0.4.0's commit message
release 0.4.0

Added:

- Added `fast` feature to improve speed of hashing algorithm, to the cost of an additional
  64k table. See [#8](#8).

Changed:

- Improved hashing algorithm performance. See [#8](#8).

v0.3.0

Toggle v0.3.0's commit message
release 0.3.0

- Added FromStr implementation for `Tlsh`, to be able to build a `Tlsh` from a hash string.
  See #5.
- Added type aliases for the `Tlsh` object, mirroring the aliases already existing on
  the `TlshBuilder` object.
  See [f242ca9](f242ca9).

v0.2.1

Toggle v0.2.1's commit message
release 0.2.1

Fixed:

- Fix overflow panic in debug builds when total length of data exceeds 1408534 bytes
  (~1.34MB). See [fcdf710](fcdf710).

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

- Added TLSH difference computation (with the `diff` feature).
- The crate is now `no_std`.
- Tests now use reference files from the original TLSH repo to check conformance.
- `TlshCore` renamed to `TlshBuilder`, new `Tlsh` object to compute hashes and differences.

- Fixed tests when run on Windows.

- Remove `showvers` parameter in hash function. Hashes now always return the `T1` prefix.

v0.1.0

Toggle v0.1.0's commit message
initial release v0.1.0