aboutsummaryrefslogtreecommitdiff
path: root/src/hash/maphash/maphash.go
AgeCommit message (Expand)Author
2020-10-12hash/maphash: adjust package commentRuss Cox
2020-02-22hash/maphash: don't discard data on random seed initvovapi
2020-02-13hash/maphash: mention the results are 64-bit integersKeith Randall
2020-02-11hash/maphash: mention that hash values do not persist in package docsIan Lance Taylor
2019-11-16hash/maphash: mark call into runtime hash function as not escapingKeith Randall
2019-11-04hash/maphash: revise API to be more idiomaticRuss Cox
2019-11-02hash/maphash: move bytes/hash to hash/maphashKeith Randall