1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/pkg/hash
2011-12-14 10:25:16 -05:00
..
adler32 Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
crc32 hash/crc32: make compatible with go/build 2011-12-14 10:25:16 -05:00
crc64 Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
fnv Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
hash.go hash: rewrite comment on Hash.Sum method 2011-12-06 14:12:09 +11:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
test_cases.txt
test_gen.awk