-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to include mention of Level 3 hash
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |