non-cryptographic-hash-functions topic

List non-cryptographic-hash-functions repositories

Data.HashFunction

255
Stars
41
Forks
Watchers

C# library to create a common interface to non-cryptographic hash functions.

fnv1a

197
Stars
13
Forks
Watchers

FNV-1a non-cryptographic hash function

wyhash-rs

92
Stars
11
Forks
Watchers

wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust

SpookilySharp

23
Stars
4
Forks
Watchers

A .NET/Mono implementation of Bob Jenkins’ SpookyHash version 2. Offers 32- 64- and 128-bit hashes of strings, char and byte arrays, streams and any type of object represented by an array of simple ty...

xxh3

23
Stars
3
Forks
Watchers

Erlang NIF bindings for XXH3 hash functions implemented in Rust

FastHashes

61
Stars
10
Forks
Watchers

A .NET implementation of several non-cryptographic hashes.

Grassfed.MurmurHash3

16
Stars
8
Forks
Watchers

MurmurHash3 x64 128-bit - a fast, non-cryptographic hash function

djb2a

33
Stars
11
Forks
Watchers

DJB2a non-cryptographic hash function