Skip to content

Commit

Permalink
Updated to include mention of Level 3 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuratori authored May 25, 2019
1 parent 075dcc1 commit 12997f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Meow hash 0.5/calico
This is the official x64 implementation of the Meow hash, a fast non-cryptographic hash. See https://mollyrocket.com/meowhash for usage, implementation, and license details.
This is the official x64 implementation of the Meow hash, a fast [Level 3](http://nohatcoder.dk/2019-05-19-1.html#level3) hash taking 128 bytes of seed and producing 128 bits of output. It is designed to be both stronger and faster than currently available hashes in the "non-cryptographic" category. See https://mollyrocket.com/meowhash for usage, implementation, and analysis details.

This version is v0.5 and is PREPARING FOR FINALIZATION. Please provide as much testing, analysis, and commentary on the hash function as you can. If we cannot substantially improve the hash function from here, this will be the final construction.
This version is v0.5 and is a **proposal for the final hash construction**. Please provide as much testing, analysis, and commentary on the hash function as you can. If we cannot substantially improve the hash function from here, this construction will be used for v1.0.

This version builds on Windows/MSVC and Windows/CLANG, and supports x64 AES-NI processors.
This version builds on Windows/MSVC, Windows/CLANG, and Linux/CLANG, with support for x64 AES-NI processors.

0 comments on commit 12997f9

Please sign in to comment.