summaryrefslogtreecommitdiff
path: root/src/runtime/hash64.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo2021-04-121-76/+60
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: add support for linux/riscv64Joel Sing2020-01-191-1/+1
* all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick2019-10-101-1/+1
* runtime: switch default order of hashing algorithmsKeith Randall2019-08-291-7/+3
* runtime: add js/wasm architectureRichard Musiol2018-05-081-1/+1
* runtime: implement aeshash for arm64 platformMeng Zhuo2018-04-041-1/+2
* runtime: fix memhash64 on big endian systemsMichael Munday2017-08-291-1/+1
* runtime: specialize memhash32 and memhash64Martin Möhrmann2017-08-281-0/+22
* runtime: add s390x support (modified files only)Michael Munday2016-04-061-1/+1
* runtime: added mips64{,le} build tags and GOARCH casesYao Zhang2015-11-121-1/+1
* runtime: make aeshash more DOS-proofKeith Randall2015-10-081-3/+3
* runtime: add support for linux/arm64Aram Hăvărneanu2015-03-161-1/+1
* runtime: remove size argument from hash and equal algorithmsKeith Randall2015-01-071-2/+2
* runtime: use some startup randomness in the fallback hashesKeith Randall2015-01-071-39/+32
* runtime: a better fallback hashKeith Randall2014-12-221-0/+96