summaryrefslogtreecommitdiff
path: root/src/crypto/sha256
Commit message (Expand)AuthorAgeFilesLines
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-102-4/+10
* crypto/sha256,crypto/sha512: improve performance for sha{256,512}.block on pp...Mike Strosaker2017-04-261-211/+358
* crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang2017-01-051-1/+4
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* crypto/sha256: improve performance for sha256.block on ppc64leMike Strosaker2016-10-313-2/+271
* crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a fileEmmanuel Odeke2016-09-191-0/+18
* crypto/sha256: add examples for New, Sum256Kevin Burke2016-08-311-0/+23
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-1/+1
* cmd/internal/obj/x86: VPSHUFD takes an unsigned byte.Ilya Tocar2016-08-161-1/+1
* crypto/sha256: Use AVX2 if possibleIlya Tocar2016-05-061-44/+829
* crypto/sha256: add s390x assembly implementationMichael Munday2016-04-277-4/+105
* all: single space after period.Brad Fitzpatrick2016-03-022-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-086-0/+1047