summaryrefslogtreecommitdiff
path: root/src/crypto/md5
Commit message (Expand)AuthorAgeFilesLines
* all: move //go: function directives directly above functionsMichael Pratt2023-03-021-1/+0
* crypto: use encoding append functionsErik Pellizzon2022-09-201-17/+5
* all: remove more leftover // +build linesTobias Klauser2021-11-061-1/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* crypto: avoid escaping Hash.Sum on generic architecturesJoe Tsai2021-09-232-1/+17
* all: add //go:build lines to assembly filesTobias Klauser2021-05-131-0/+1
* crypto/md5: improve ppc64x performancePaul E. Murphy2021-03-152-147/+182
* docs: fix case of GitHubJohn Bampton2021-03-051-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* crypto,internal/bytealg: fix assembly that clobbers BPKeith Randall2020-08-161-1/+1
* all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick2019-10-102-2/+2
* all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick2019-10-091-184/+0
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-2/+2
* crypto/md5: fix casting of d.nx in UnmarshalBinaryJason LeBrun2019-01-072-1/+59
* crypto/md5: fix md5block asm to work on big endian ppc64Lynn Boger2018-11-093-16/+25
* crypto/md5: simplify generic implementationMichael Munday2018-11-025-433/+213
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-033-5/+5
* crypto/md5: unnecessary conversionludweeg2018-04-241-1/+1
* crypto/md5: make receiver name consistentludweeg2018-04-231-4/+4
* crypto/md5: add assembly implementation on arm64Meng Zhuo2018-04-023-2/+169
* all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff2018-03-102-4/+2
* hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox2017-12-061-1/+2
* crypto, hash: document marshal/unmarshal implementationRoger Peppe2017-11-151-1/+3
* crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper2017-11-012-33/+141
* crypto: revise wording about cryptographically broken algorithmsBrad Fitzpatrick2017-05-041-1/+2
* crypto: document insecure algorithmsAndreas Auernhammer2017-05-031-0/+2
* crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a fileEmmanuel Odeke2016-09-191-0/+17
* crypto/*, runtime: nacl asm fixesJosh Bleecher Snyder2016-08-221-1/+1
* crypto/md5: add s390x assembly implementationMichael Munday2016-04-273-2/+177
* crypto/md5: add assembly implementation on ppc64leLynn Boger2016-04-203-2/+194
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-012-2/+2
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* crypto/md5: uniform Write funcunknown2015-11-041-8/+2
* [dev.cc] crypto/md5, crypto/sha1: restore a few SP referencesRuss Cox2015-02-201-9/+9
* [dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike2015-02-181-9/+9
* [dev.cc] crypto/md5: fix arm assembler in md5block_arm.sRob Pike2015-02-141-18/+18
* [dev.cc] all: edit assembly source for ARM to be more regularRob Pike2015-02-131-174/+174
* build: move package sources from src/pkg to srcRuss Cox2014-09-0811-0/+1784