1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/hash
..
crc32
fnv1a
hash_compiles_test.v
hash.v
README.md
wyhash.c.v
wyhash.js.v
wyhash.v

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.