Skip to content

Releases: tkaitchuck/aHash

v0.8.11: Bump version to 0.8.11

01 Apr 22:07
Compare
Choose a tag to compare

Patch release to further strengthen u64 fastpath based on #210

Full Changelog: v0.8.10...v0.8.11

v0.8.10

27 Feb 18:46
Compare
Choose a tag to compare

Patch to fix #210 which caused poor distribution when hashing a single u64 on nightly.

Full Changelog: v0.8.9...v0.8.10

v0.8.9

20 Feb 01:31
Compare
Choose a tag to compare

Minor patch to fix #207

Full Changelog: v0.8.8...v0.8.9

v0.8.8

11 Feb 07:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.7...v0.8.8

Version 0.8.7

11 Feb 03:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...0.8.7

Version 0.7.8

11 Feb 03:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.8

0.8.5

23 Oct 18:36
7bbbd83
Compare
Choose a tag to compare

Fix compile error on aarch64

0.8.4

23 Oct 18:35
Compare
Choose a tag to compare

Fix to prevent intermediate key recovery attack: #163

Version 0.8.3

24 Jan 20:35
Compare
Choose a tag to compare

Add inline flag to getSeeds:
#149

v0.8.2

10 Nov 22:52
Compare
Choose a tag to compare

Patch release.
Reverts a change that was causing compilation problems on WASM and on certain no-std environments.
#145