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