vlang

/

v

/

vlib

/

hash
0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
crc64 hash: add pure V crc64 (#27164) last May 17 15.89 KB

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