aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc32/crc32_test.go
AgeCommit message (Expand)Author
2020-10-13hash/crc32: fix race between lazy Castagnoli init and Update/WriteRuss Cox
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2017-03-17hash/crc32: improve performance for ppc64leLynn Boger
2017-02-08hash/crc32: use sub-benchmarksRuss Cox
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-08-17hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A...Radu Berinde
2016-03-08hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post
2015-06-18hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu
2014-09-08build: move package sources from src/pkg to srcRuss Cox