You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
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.