aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc32/crc32.go
AgeCommit message (Expand)Author
2020-10-13hash/crc32: fix race between lazy Castagnoli init and Update/WriteRuss Cox
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-08-31hash/crc32: cleanup code and improve testsRadu Berinde
2016-08-28hash/crc32: fix nil Castagnoli table problemRadu Berinde
2016-08-28hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde
2016-08-27Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"Keith Randall
2016-08-27hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde
2016-03-08hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post
2015-11-20hash/crc32: rename iEEETable to ieeeTableJoe Tsai
2015-09-16hash/crc32: add AMD64 optimized IEEE CRC calculationKlaus Post
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
2015-06-18hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu
2015-05-04hash/crc32: move reverse representation docs to an exampleShenghou Ma
2015-04-24hash/crc32: clarify documentationAamir Khan
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox