Skip to content

Automatically exported from code.google.com/p/smhasher

Notifications You must be signed in to change notification settings

rvivekabr/smhasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smhasher

Automatically exported from code.google.com/p/smhasher

MurmurHash

"MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 2008, and exists in a number of variants,[6] all of which have been released into the public domain. The name comes from two basic operations, multiply (MU) and rotate (R), though the algorithm actually uses shift and xor instead of rotate.

Unlike cryptographic hash functions, it is not specifically designed to be difficult to reverse by an adversary, making it unsuitable for cryptographic purposes."

From Wikipedia, the free encyclopedia, https://en.wikipedia.org/wiki/MurmurHash


Exported from https://code.google.com/p/smhasher/

First found at https://sites.google.com/site/murmurhash/

About

Automatically exported from code.google.com/p/smhasher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published