1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Alexander Medvednikov d4a0d6f73c all: byte => u8
2022-04-15 14:58:56 +03:00
..
2022-04-15 14:58:56 +03:00
2022-04-15 14:58:56 +03:00
2022-01-04 12:21:12 +03:00
2022-04-15 14:58:56 +03:00
2022-01-04 12:21:12 +03: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.