v/vlib/hash
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
crc32 all: byte => u8 2022-04-15 14:58:56 +03:00
fnv1a all: byte => u8 2022-04-15 14:58:56 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
hash.v
wyhash.c.v all: byte => u8 2022-04-15 14:58:56 +03: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.