aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash64.go
AgeCommit message (Expand)Author
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2025-10-24runtime: use 32-bit hash for maps on WasmCherry Mui
2024-07-23runtime,internal: move runtime/internal/math to internal/runtime/mathDavid Chase
2024-04-19runtime: for fallback hash, get rid of constant xorsKeith Randall
2024-04-19runtime: make it harder to find collisions in the 64-bit fallback hashkhr@golang.org
2022-05-20runtime: add build tag for common support on linux/loong64Xiaodong Liu
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-12runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-01-19runtime: add support for linux/riscv64Joel Sing
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-04-04runtime: implement aeshash for arm64 platformMeng Zhuo
2017-08-29runtime: fix memhash64 on big endian systemsMichael Munday
2017-08-28runtime: specialize memhash32 and memhash64Martin Möhrmann
2016-04-06runtime: add s390x support (modified files only)Michael Munday
2015-11-12runtime: added mips64{,le} build tags and GOARCH casesYao Zhang
2015-10-08runtime: make aeshash more DOS-proofKeith Randall
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-07runtime: use some startup randomness in the fallback hashesKeith Randall
2014-12-22runtime: a better fallback hashKeith Randall