summaryrefslogtreecommitdiff
path: root/src/hash
Commit message (Expand)AuthorAgeFilesLines
* hash/crc64: lazily initialize slice8TablesCholerae Hu2018-08-211-2/+15
* all: use internal/cpu feature variables directlyMartin Möhrmann2018-08-201-8/+6
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-013-6/+6
* crypto: remove hand encoded amd64 instructionsIlya Tocar2018-03-011-8/+4
* hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox2017-12-061-0/+107
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* crypto, hash: document marshal/unmarshal implementationRoger Peppe2017-11-154-11/+24
* internal/cpu: detect cpu features in internal/cpu packageFangming.Fang2017-11-142-8/+3
* hash: document that the encoded state may contain input in plaintextJoe Tsai2017-11-131-0/+2
* hash: add marshaling, unmarshaling exampleTim Cooper2017-11-041-0/+51
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper2017-11-019-146/+732
* all: gofmtMikio Hara2017-06-211-16/+16
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-104-68/+17
* hash/crc32: optimize arm64 crc32 implementationWei Xiao2017-04-133-1/+149
* hash/fnv: add 128-bit FNV hash supportLucas Clemente2017-04-132-20/+141
* all: fix minor misspellingsEric Lagergren2017-04-032-2/+2
* hash/crc32: improve performance for ppc64leLynn Boger2017-03-176-3/+4234
* hash/crc32: use sub-benchmarksRuss Cox2017-02-081-60/+21
* hash/crc32: cleanup code and improve testsRadu Berinde2016-08-318-254/+407
* hash/crc32: fix nil Castagnoli table problemRadu Berinde2016-08-283-6/+11
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-288-14/+301
* Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"Keith Randall2016-08-277-292/+14
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-277-14/+292
* hash/crc32: fix optimized s390x implementationMichael Munday2016-08-212-27/+15
* hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A...Radu Berinde2016-08-172-34/+85
* hash/crc64: Use slicing by 8.Ilya Tocar2016-05-182-4/+83
* hash/crc32: use vector instructions on s390xChris Zou2016-04-223-1/+347
* hash/adler32: Unroll loop for extra performance.Ilya Tocar2016-04-151-1/+12
* hash/crc32: invert build tags for go implementationMichael Munday2016-04-121-1/+1
* hash/crc64: Add tests for ECMA polynomialIlya Tocar2016-03-311-40/+49
* hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post2016-03-085-39/+62
* cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar2016-01-131-3/+1
* hash/crc32: add noescape tags to assembly functionsJoe Tsai2015-11-252-0/+3
* hash/crc32: rename iEEETable to ieeeTableJoe Tsai2015-11-204-12/+12
* hash/crc32: added mips64{,le} build tagsYao Zhang2015-11-121-1/+1
* hash/crc32: add AMD64 optimized IEEE CRC calculationKlaus Post2015-09-165-11/+251
* hash/*: document the byte order used by the Sum methodsShenghou Ma2015-09-104-0/+8
* hash: update documentation for MakeTable in crc32 and crc64Joe Tsai2015-09-042-2/+4
* hash/fnv: fix wiki urlJoe Tsai2015-08-241-1/+1
* hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu2015-06-182-2/+78
* hash/crc32: move reverse representation docs to an exampleShenghou Ma2015-05-042-7/+28
* hash/crc32: clarify documentationAamir Khan2015-04-241-0/+12
* os/signal, hash/crc32: add arm64 build tagsAram Hăvărneanu2015-03-161-1/+1
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-2/+2
|\
| * hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao2014-11-121-2/+2
* | build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-0815-0/+1138