aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc64
AgeCommit message (Expand)Author
2018-10-25hash/crc64: use t.Fatalf in TestGoldenTobias Klauser
2018-08-21hash/crc64: lazily initialize slice8TablesCholerae Hu
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2016-05-18hash/crc64: Use slicing by 8.Ilya Tocar
2016-03-31hash/crc64: Add tests for ECMA polynomialIlya Tocar
2015-09-10hash/*: document the byte order used by the Sum methodsShenghou Ma
2015-09-04hash: update documentation for MakeTable in crc32 and crc64Joe Tsai
2014-09-08build: move package sources from src/pkg to srcRuss Cox