1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:21:22 -06:00
go/src/pkg/hash
Russ Cox 10ea6519e4 build: make int 64 bits on amd64
The assembly offsets were converted mechanically using
code.google.com/p/rsc/cmd/asmlint. The instruction
changes were done by hand.

Fixes #2188.

R=iant, r, bradfitz, remyoudompheng
CC=golang-dev
https://golang.org/cl/6550058
2012-09-24 20:57:01 -04:00
..
adler32 hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
crc32 build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
crc64 hash: more efficient memory allocation 2012-04-10 15:15:39 -04:00
fnv hash: more efficient memory allocation 2012-04-10 15:15:39 -04:00
hash.go crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
test_cases.txt
test_gen.awk