v/vlib/hash
2024-02-12 12:38:47 +02:00
..
crc32 all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
fnv1a all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
hash.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
hash_compiles_test.v
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
wyhash.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
wyhash.js.v
wyhash.v all: update copyright year (#20334) 2024-01-01 23:29:54 +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.