]> Cypherpunks repositories - gostls13.git/commit
hash/crc64: new package implementing 64-bit CRC
authorRuss Cox <rsc@golang.org>
Sat, 13 Mar 2010 01:38:18 +0000 (17:38 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 13 Mar 2010 01:38:18 +0000 (17:38 -0800)
commit1a5cd2c0e1809c600e73f9895abc07c14156f7c1
tree424fdca95bac72567a71dea611b724eca83486ad
parent67f1becad6bae8be8d304eca660a13ed3d67a3c6
hash/crc64: new package implementing 64-bit CRC
hash/crc32: add Update function
hash: add Sum64 interface

R=r
CC=golang-dev
https://golang.org/cl/445042
src/pkg/Makefile
src/pkg/hash/crc32/crc32.go
src/pkg/hash/crc32/crc32_test.go
src/pkg/hash/crc64/Makefile [new file with mode: 0644]
src/pkg/hash/crc64/crc64.go [new file with mode: 0644]
src/pkg/hash/crc64/crc64_test.go [new file with mode: 0644]
src/pkg/hash/hash.go