aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha1
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-23crypto: avoid escaping Hash.Sum on generic architecturesJoe Tsai
2021-03-05docs: fix case of GitHubJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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-23crypto/sha*: replace putUint{32,64} helpersMichael McLoughlin
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-13crypto/sha1: use math/bits.RotateLeft32 instead of ad-hoc implementation.Udalov Max
2019-01-07crypto/sha1: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-08-20all: use internal/cpu feature variables directlyMartin Möhrmann
2018-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
2018-05-28crypto: fix typos in the commentsAlexander F Rødseth
2018-04-28cmd/internal/obj/arm64: reorder the assembler's optab entriesfanzha02
2018-04-23crypto: make receiver name consistentludweeg
2017-12-06hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox
2017-11-15crypto/sha1, crypto/sha256: add go:noescape annotationsBrad Fitzpatrick
2017-11-15crypto/sha1, crypto/sha256: fix typo fisrt -> firstMarko Mudrinic
2017-11-15crypto, hash: document marshal/unmarshal implementationRoger Peppe
2017-11-14crypto/sha1: optimize arm64 sha1 implementionfanzha02
2017-11-01crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper
2017-09-12crypto: simplify amd64 asm for sha{1,256,512} a bitIlya Tocar
2017-09-11crypto/sha1: speed up sha1 for very small blocksIlya Tocar
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-05-04crypto: revise wording about cryptographically broken algorithmsBrad Fitzpatrick
2017-05-03crypto: document insecure algorithmsAndreas Auernhammer
2017-01-05crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-10-04crypto/tls: implement countermeasures against CBC padding oraclesFilippo Valsorda
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-05-26crypto/sha1: fix AVX2 variant on AMD64Ilya Tocar
2016-05-10crypto/sha1: disable crashing AVX2 optimizations for nowBrad Fitzpatrick
2016-05-06crypto/sha1: Add AVX2 version for AMD64Ilya Tocar
2016-04-22crypto/sha1: add s390x assembly implementationMichael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
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-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