Files
tinygo/src
Damian Gryski a360c82b40 src/runtime: strengthen hash function for structs and arrays
Using `|` to combine hash values will slowly turn every bit on.
Hashes combined with `^` with keep more entropy.
2021-12-08 10:33:35 +01:00
..
2021-11-24 22:21:22 +01:00
2021-11-16 02:10:03 +01:00
2021-12-07 10:54:02 +01:00
2021-06-01 15:02:11 +02:00