Skip to content

Releases: bodil/meowhash-rs

0.3.0

10 Jun 16:35
v0.3.0
44300f6
Compare
Choose a tag to compare

Changed

0.2.0

02 Mar 17:55
v0.2.0
23b7969
Compare
Choose a tag to compare

Changed

  • meowhash has been rewritten to match version 0.5 of the upstream implementation, which is more resistant to adversarial attacks, and a bit faster on some CPUs. As a consequence of this, it no longer supports the aarch64 architecture, because upstream also currently doesn't. (#4, #8)

0.1.3

27 Jan 17:37
v0.1.3
ba1f9a2
Compare
Choose a tag to compare

Added

  • x86 and aarch64 architectures are now supported in addition to x86_64, although aarch64 requires a nightly rustc because SIMD instructions on aarch64 are still unstable.