All Projects → cmuratori → Meow_hash

cmuratori / Meow_hash

Licence: zlib
Official version of the Meow hash, an extremely fast level 3 hash

Projects that are alternatives of or similar to Meow hash

Python Hashes
Interesting (non-cryptographic) hashes implemented in pure Python.
Stars: ✭ 213 (-82.31%)
Mutual labels:  hash, hash-functions
XXHash
XXHash - Extremely fast hash algorithm,impl for csharp,can process 11.8 GB/s on modern cpu. impl with net core 2.0 and .net
Stars: ✭ 24 (-98.01%)
Mutual labels:  hash-functions, hash
xxHash-Swift
xxHash framework in Swift.
Stars: ✭ 22 (-98.17%)
Mutual labels:  hash-functions, hash
Xxhash
Extremely fast non-cryptographic hash algorithm
Stars: ✭ 5,783 (+380.32%)
Mutual labels:  hash, hash-functions
prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor. (Codename Gradilac/Градилак)
Stars: ✭ 194 (-83.89%)
Mutual labels:  hash-functions, hash
Java Crypto Utils
Java Cryptographic, Encoding and Hash Utilities
Stars: ✭ 15 (-98.75%)
Mutual labels:  hash, hash-functions
Hash Buster
Crack hashes in seconds.
Stars: ✭ 981 (-18.52%)
Mutual labels:  hash
Cryptonight
➿ Pure Go/ASM implementation of CryptoNight hash function with its variants, without any CGO binding.
Stars: ✭ 58 (-95.18%)
Mutual labels:  hash
Wyhash
A pure-Go wyhash implementation.
Stars: ✭ 21 (-98.26%)
Mutual labels:  hash
Webpack Hashed Chunkids
a plugin to help webpack to generate unique chunk id based on unique module id
Stars: ✭ 15 (-98.75%)
Mutual labels:  hash
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (-94.27%)
Mutual labels:  hash
Scala Hashing
Fast non-cryptographic hash functions for Scala
Stars: ✭ 66 (-94.52%)
Mutual labels:  hash-functions
Merkle Tools
Tools for creating Merkle trees, generating merkle proofs, and verification of merkle proofs.
Stars: ✭ 54 (-95.51%)
Mutual labels:  hash
Swift Crypto
Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
Stars: ✭ 1,005 (-16.53%)
Mutual labels:  hash-functions
Symbolized
Hash with indifferent access, with keys stored internally as symbols.
Stars: ✭ 58 (-95.18%)
Mutual labels:  hash
Ios Category
iOS 工具分类整理
Stars: ✭ 30 (-97.51%)
Mutual labels:  hash
Biddle
Self-hosted application distribution
Stars: ✭ 66 (-94.52%)
Mutual labels:  hash
Hashapi Lib Node
Tierion Hash API client library for Node.js
Stars: ✭ 20 (-98.34%)
Mutual labels:  hash
Hash Bench
Java Hashing, CRC and Checksum Benchmark (JMH)
Stars: ✭ 53 (-95.6%)
Mutual labels:  hash
Nabhash
An extremely fast Non-crypto-safe AES Based Hash algorithm for Big Data
Stars: ✭ 62 (-94.85%)
Mutual labels:  hash-functions

Meow hash 0.5/calico

This is the official x64 implementation of the Meow hash, a fast Level 3 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 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, Windows/CLANG, and Linux/CLANG, with support for x64 AES-NI processors.

Unofficial Ports

We do not maintain or vet these ports in any way. Their correctness and performance may differ from the official Meow Hash. They may also have different, more restrictive licenses than Meow Hash itself. Use at your own risk.

If you have ported Meow Hash to another language, and would like to link to your repository here, please open an issue an include the information and link.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].