aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash64.go
AgeCommit message (Expand)Author
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