AHash Versions Save

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction

v0.8.11

1 month ago

Patch release to further strengthen u64 fastpath based on #210

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11

v0.8.10

2 months ago

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

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10

v0.8.9

2 months ago

Minor patch to fix #207

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9

v0.8.8

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8

v0.7.8

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.7.6...v0.7.8

0.8.7

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tkaitchuck/aHash/compare/v0.8.5...0.8.7

v0.8.5

6 months ago

Fix compile error on aarch64

v0.8.4

6 months ago

Fix to prevent intermediate key recovery attack: https://github.com/tkaitchuck/aHash/issues/163

v0.8.3

1 year ago

Add inline flag to getSeeds: https://github.com/tkaitchuck/aHash/pull/149

v0.8.2

1 year ago

Patch release. Reverts a change that was causing compilation problems on WASM and on certain no-std environments. https://github.com/tkaitchuck/aHash/pull/145