v/vlib/hash
Alexander Medvednikov f293874c05
all: replace []byte with []u8
2022-04-17 12:14:28 +02:00
..
crc32 all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
fnv1a all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
README.md
hash.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
wyhash.c.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
wyhash.js.v
wyhash.v

README.md

Description:

hash provides a way to hash binary data, i.e. produce a shorter value, that is highly content dependent, so even slightly different content will produce widely different hashes.

Hash functions are useful for implementing maps, caches etc.