summaryrefslogtreecommitdiff
path: root/libgo/runtime/aeshash.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: use 64 bits of hash seed on arm64eric fang2020-04-151-6/+6
* runtime: add arm64 version of AES hash codeIan Lance Taylor2018-10-011-2/+401
* re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor2017-01-031-3/+3
* runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor2016-12-081-1/+4
* runtime: copy memory hash code from Go 1.7Ian Lance Taylor2016-12-081-0/+583