aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/aeshash.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-15runtime: use 64 bits of hash seed on arm64eric fang1-6/+6
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-2/+401
2017-01-03re PR go/78789 (Error: no such instruction: `aesenc %xmm0,%xmm2' when compili...Ian Lance Taylor1-3/+3
2016-12-08runtime: mark non-x86 aeshashbody parameters as unusedIan Lance Taylor1-1/+4
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-0/+583