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