aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/md5
AgeCommit message (Expand)Author
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-01-07crypto/md5: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2018-11-09crypto/md5: fix md5block asm to work on big endian ppc64Lynn Boger
2018-11-02crypto/md5: simplify generic implementationMichael Munday
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-04-24crypto/md5: unnecessary conversionludweeg
2018-04-23crypto/md5: make receiver name consistentludweeg
2018-04-02crypto/md5: add assembly implementation on arm64Meng Zhuo
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2017-12-06hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2017-05-04crypto: revise wording about cryptographically broken algorithmsBrad Fitzpatrick
2017-05-03crypto: document insecure algorithmsAndreas Auernhammer
2016-09-19crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a fileEmmanuel Odeke
2016-08-22crypto/*, runtime: nacl asm fixesJosh Bleecher Snyder
2016-04-27crypto/md5: add s390x assembly implementationMichael Munday
2016-04-20crypto/md5: add assembly implementation on ppc64leLynn Boger
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-11-04crypto/md5: uniform Write funcunknown
2015-02-20[dev.cc] crypto/md5, crypto/sha1: restore a few SP referencesRuss Cox
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-14[dev.cc] crypto/md5: fix arm assembler in md5block_arm.sRob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox