mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
a360c82b40
Using `|` to combine hash values will slowly turn every bit on. Hashes combined with `^` with keep more entropy.