aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha512
AgeCommit message (Expand)Author
2021-08-16crypto/sha{256,512}: unname result parameters for consistencyBrad Fitzpatrick
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-03-05docs: fix case of GitHubJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-03crypto/sha512: optimize sha512 by removing function literalXiangdong Ji
2019-05-23crypto/sha*: replace putUint{32,64} helpersMichael McLoughlin
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-04-15crypto/sha512: use math/bits.RotateLeft64 instead of ad-hoc implementationUdalov Max
2019-01-04crypto/sha512: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2018-06-11crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen...Michael Munday
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-23crypto: make receiver name consistentludweeg
2018-02-20crypto/sha512: speed-up for very small blocksIlya Tocar
2018-01-11crypto: clarify that some files come from CRYPTOGAMSIan Lance Taylor
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-09-12crypto: simplify amd64 asm for sha{1,256,512} a bitIlya Tocar
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-03-20crypto/*: fix spelling of 'below'Martin Lindhe
2017-02-28crypto/sha512: fix checkAVX2David du Colombier
2017-02-10crypto/sha512: Add AVX2 version for AMD64Ilya Tocar
2016-10-31crypto/sha512: improve performance for sha512.block on ppc64leMike Strosaker
2016-04-26crypto/sha512: 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-07-14crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4Nevins Bartolomeo
2014-09-08build: move package sources from src/pkg to srcRuss Cox