v / vlib / hash / README.md
15 lines · 11 sloc · 530 bytes · c410aee218fca542202f5601d77f214746dceb5f
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.

Available submodules