- 5b09a28 Revert "crypto/sha512: add WriteString and WriteByte method" by Ian Lance Taylor · 1 year, 9 months ago
- 3c59639 crypto/sha512: add WriteString and WriteByte method by Ian Lance Taylor · 1 year, 9 months ago
- 79d4e89 all: move //go: function directives directly above functions by Michael Pratt · 1 year, 11 months ago
- 504f0d0 crypto/sha512: reduce add usage on PPC64 by Paul E. Murphy · 2 years ago
- 995c0f3 crypto/{sha512,sha256,sha1}: reduce Write calls in Sum by Egon Elbre · 2 years, 4 months ago
- b314eea all: remove redundant type conversion by cui fliter · 2 years, 4 months ago
- 1eeb257 crypto: use encoding append functions by Erik Pellizzon · 2 years, 4 months ago
- 4381c61 crypto/sha512: optimize ARM64 sha512 implemention by Meng Zhuo · 2 years, 8 months ago
- 0ec0828 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free by Russ Cox · 2 years, 9 months ago
- 50b8f49 [dev.boringcrypto] all: merge master into dev.boringcrypto by Nicolas Hillegeer · 2 years, 10 months ago
- f492793 [dev.boringcrypto] all: merge master into dev.boringcrypto by David Chase · 2 years, 11 months ago
- 7d7b9bb crypto/sha512: fix stack size for previous change by Lynn Boger · 2 years, 11 months ago
- fc5b64e crypto/sha512: add BE support to PPC64 asm implementation by Lynn Boger · 2 years, 11 months ago
- ed07c49 [dev.boringcrypto] all: merge master into dev.boringcrypto by Roland Shoemaker · 3 years, 2 months ago
- f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 3 years, 5 months ago
- 5961134 crypto: avoid escaping Hash.Sum on generic architectures by Joe Tsai · 3 years, 5 months ago
- c7e7ce5 [dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcrypto by Roland Shoemaker · 3 years, 5 months ago
- 57c115e crypto/sha{256,512}: unname result parameters for consistency by Brad Fitzpatrick · 3 years, 8 months ago
- ed1f812 [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcrypto by Filippo Valsorda · 3 years, 8 months ago
- 4f5aec4 all: remove redundant spaces before . and , by Yury Smolsky · 3 years, 9 months ago
- 2b0e29f docs: fix case of GitHub by John Bampton · 4 years ago
- d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 4 years ago
- a9d2e3a [dev.boringcrypto] all: merge master into dev.boringcrypto by Dmitri Shuralyov · 4 years, 9 months ago
- 339e9c6 crypto/sha512: optimize sha512 by removing function literal by Xiangdong Ji · 5 years ago
- 9bf9e7d [dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merge conflicts by Filippo Valsorda · 6 years ago
- 324f836 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 6 years ago
- e48f228 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 6 years ago
- 3ce865d crypto/sha*: replace putUint{32,64} helpers by Michael McLoughlin · 6 years ago
- ed7f323 all: simplify code using "gofmt -s -w" by Shulhan · 6 years ago
- 827044e crypto/sha512: use math/bits.RotateLeft64 instead of ad-hoc implementation by Udalov Max · 6 years ago
- 4ed8ad4 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 6 years ago
- 23c22ca crypto/sha512: fix casting of d.nx in UnmarshalBinary by Jason LeBrun · 6 years ago
- 77db076 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
- 7ba0c62 crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations by Michael Munday · 7 years ago
- a4b7722 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
- 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
- a3f9ce3 [dev.boringcrypto] all: merge master into dev.boringcrypto by Filippo Valsorda · 7 years ago
- 0cd0dc9 crypto: make receiver name consistent by ludweeg · 7 years ago
- b43ebce crypto/sha512: speed-up for very small blocks by Ilya Tocar · 7 years ago
- 40a17ee crypto: clarify that some files come from CRYPTOGAMS by Ian Lance Taylor · 7 years ago
- 5379f78 [dev.boringcrypto] all: merge master (more nearly Go 1.10 beta 1) into dev.boringcrypto by Russ Cox · 7 years ago
- 1d547e4 hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all implementations by Russ Cox · 7 years ago
- 185e609 [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto by Russ Cox · 7 years ago
- bd926e1 crypto, hash: document marshal/unmarshal implementation by Roger Peppe · 7 years ago
- 731b632 crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementations by Tim Cooper · 7 years ago
- 80b2ae5 crypto: simplify amd64 asm for sha{1,256,512} a bit by Ilya Tocar · 7 years ago
- 96d6718 [dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto by Russ Cox · 7 years ago
- 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
- 48582e1 crypto/sha256,crypto/sha512: improve performance for sha{256,512}.block on ppc64le by Mike Strosaker · 8 years ago
- d80166e crypto/*: fix spelling of 'below' by Martin Lindhe · 8 years ago
- a38a2d0 crypto/sha512: fix checkAVX2 by David du Colombier · 8 years ago
- 6ac8ccf crypto/sha512: Add AVX2 version for AMD64 by Ilya Tocar · 8 years ago
- 854ae03 crypto/sha512: improve performance for sha512.block on ppc64le by Mike Strosaker · 8 years ago
- 24a2972 crypto/sha512: add s390x assembly implementation by Michael Munday · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- 1fff4bb crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4 by Nevins Bartolomeo · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago