aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256
AgeCommit message (Expand)Author
2019-06-09[dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merg...Filippo Valsorda
2019-06-05[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-05-28[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-05-23crypto/sha*: replace putUint{32,64} helpersMichael McLoughlin
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-16crypto/sha256: Use bits.RotateLeft32 instead of ad-hoc implementationIvan Osadchiy
2019-02-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2019-01-03crypto/sha256: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2018-09-06[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-08-20all: use internal/cpu feature variables directlyMartin Möhrmann
2018-07-03[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
2018-06-08[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-28crypto: fix typos in the commentsAlexander F Rødseth
2018-05-17[dev.boringcrypto] all: merge master into dev.boringcryptoFilippo Valsorda
2018-04-23crypto: make receiver name consistentludweeg
2018-02-20crypto/sha256: speed-up for very small blocksIlya Tocar
2018-01-11crypto: clarify that some files come from CRYPTOGAMSIan Lance Taylor
2017-12-06[dev.boringcrypto] all: merge master (more nearly Go 1.10 beta 1) into dev.bo...Russ Cox
2017-12-06hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox
2017-12-06[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...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/sha256: optimize arm64 sha256 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-08-17[dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCryptoRuss Cox
2017-05-10internal/cpu: new package to detect cpu featuresMartin Möhrmann
2017-04-26crypto/sha256,crypto/sha512: improve performance for sha{256,512}.block on pp...Mike Strosaker
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-31crypto/sha256: improve performance for sha256.block on ppc64leMike Strosaker
2016-09-19crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a fileEmmanuel Odeke
2016-08-31crypto/sha256: add examples for New, Sum256Kevin Burke
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-08-16cmd/internal/obj/x86: VPSHUFD takes an unsigned byte.Ilya Tocar
2016-05-06crypto/sha256: Use AVX2 if possibleIlya Tocar
2016-04-27crypto/sha256: 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
2014-09-08build: move package sources from src/pkg to srcRuss Cox