aboutsummaryrefslogtreecommitdiff
path: root/src/hash
AgeCommit message (Expand)Author
2016-04-22hash/crc32: use vector instructions on s390xChris Zou
2016-04-15hash/adler32: Unroll loop for extra performance.Ilya Tocar
2016-04-12hash/crc32: invert build tags for go implementationMichael Munday
2016-03-31hash/crc64: Add tests for ECMA polynomialIlya Tocar
2016-03-08hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post
2016-01-13cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar
2015-11-25hash/crc32: add noescape tags to assembly functionsJoe Tsai
2015-11-20hash/crc32: rename iEEETable to ieeeTableJoe Tsai
2015-11-12hash/crc32: added mips64{,le} build tagsYao Zhang
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-08-24hash/fnv: fix wiki urlJoe 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
2015-03-16os/signal, hash/crc32: add arm64 build tagsAram Hăvărneanu
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox