aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hash32.go
AgeCommit message (Expand)Author
2021-03-16runtime: using wyhash for memhashFallback on 32bit platformMeng Zhuo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2017-08-28runtime: specialize memhash32 and memhash64Martin Möhrmann
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic
2015-10-08runtime: make aeshash more DOS-proofKeith Randall
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