v2 / vlib / hash / README.md
7 lines · 5 sloc · 258 bytes · d485cceee81b436b383cf826881815a60237a704
Raw

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.