v/vlib/hash
Alexander Medvednikov 6756d28595 all: 2023 copyright
2023-03-28 22:55:57 +02:00
..
crc32 all: 2023 copyright 2023-03-28 22:55:57 +02:00
fnv1a
hash.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
hash_compiles_test.v
README.md
wyhash.c.v hash: document all public functions (#16987) 2023-01-15 22:37:09 +02:00
wyhash.js.v
wyhash.v all: 2023 copyright 2023-03-28 22:55:57 +02:00

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.