1. 5c8fd72 [release-branch.go1.15-security] crypto/elliptic: fix P-224 field reduction by Filippo Valsorda · 4 years, 2 months ago
  2. 320e4ad crypto/elliptic: document and test that IsOnCurve(∞) == false by Filippo Valsorda · 4 years, 9 months ago
  3. 5c13cab crypto/elliptic: implement MarshalCompressed and UnmarshalCompressed by Evgeniy Kulikov · 5 years ago
  4. c9d5f60 math/big: add (*Int).FillBytes by Filippo Valsorda · 4 years, 11 months ago
  5. 25da21d crypto/elliptic: document the Name and names of each curve by Filippo Valsorda · 5 years ago
  6. 41348081 all: fix a number of misuses of the word "an" by Daniel Martí · 5 years ago
  7. 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
  8. ac346a5 crypto/elliptic: clean up ppc64le implementation slightly by Lynn Boger · 5 years ago
  9. adef06c crypto/elliptic: add asm implementation for p256 on ppc64le by Lynn Boger · 6 years ago
  10. 06b0bab all: shorten some tests by Russ Cox · 6 years ago
  11. bef1534 doc: fixed some links by Lorenz Nickel · 6 years ago
  12. 7756a72 all: change the old assembly style AX:CX to CX, AX by Neven Sajko · 6 years ago
  13. 1f17d61 internal/cpu: change s390x API to match x/sys/cpu by Michael Munday · 6 years ago
  14. 193c16a crypto/elliptic: reduce subtraction term to prevent long busy loop by Filippo Valsorda · 6 years ago
  15. 897e080 crypto/elliptic: utilize faster z14 multiply/square instructions (when available) by bill_ofarrell · 6 years ago
  16. ff81a64 crypto/elliptic: implement P256 for arm64 by Vlad Krasnov · 7 years ago
  17. ed33335 Revert "crypto/elliptic: implement P256 for arm64" by Andrew Bonventre · 7 years ago
  18. 0246915 crypto/elliptic: implement P256 for arm64 by Vlad Krasnov · 7 years ago
  19. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  20. 1170d94 crypto: fix typos in the comments by Alexander F Rødseth · 7 years ago
  21. c4a3a9c crypto/elliptic: improve P256 implementation on amd64 a bit by Vlad Krasnov · 7 years ago
  22. 93665c0 crypto: remove hand encoded amd64 instructions by Ilya Tocar · 7 years ago
  23. d3beea8 all: fix misspellings by Shawn Smith · 7 years ago
  24. 73f284e crypto/elliptic: reduce allocations on amd64 by Ilya Tocar · 7 years ago
  25. e8905d2 crypto/elliptic: reduce allocations in s390x P256 code by Michael Munday · 7 years ago
  26. 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
  27. fb46b9e crypto/elliptic: don't unmarshal invalid encoded points by Andreas Auernhammer · 8 years ago
  28. 3b8a031 crypto/elliptic: fix incomplete addition used in CombinedMult on s390x by Michael Munday · 7 years ago
  29. 28aaa0b crypto/elliptic: gofmt by Michael Munday · 7 years ago
  30. 2d69e9e crypto/elliptic: fix incomplete addition used in CombinedMult. by Adam Langley · 8 years ago
  31. 8183530 crypto/elliptic: temporarily disable s390x assembly by Michael Munday · 8 years ago
  32. 9294fa2 crypto/elliptic: fix carry bug in x86-64 P-256 implementation. by Adam Langley · 8 years ago
  33. 850e55b crypto/*: document use or non-use of constant-time algorithms by Russ Cox · 8 years ago
  34. d8264de all: spell "marshal" and "unmarshal" consistently by Dmitri Shuralyov · 8 years ago
  35. 41eb9bb crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve by Volodymyr Paprotski · 8 years ago
  36. b30fcbc crypto/ecdsa: reject negative inputs. by Adam Langley · 9 years ago
  37. 7a8caf7 all: fix spelling mistakes by Eric Engestrom · 9 years ago
  38. d0fb649 all: use &^ operator if possible by Marvin Stenger · 9 years ago
  39. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  40. f740d71 crypto/elliptic: resample private keys if out of range. by Adam Langley · 9 years ago
  41. 7bacfc6 crypto/elliptic,crypto/ecdsa: P256 amd64 assembly by Vlad Krasnov · 10 years ago
  42. bad52b3 crypto/elliptic: call IsOnCurve via the interface. by Adam Langley · 10 years ago
  43. d86b8d3 crypto/elliptic: don't unmarshal points that are off the curve by David Leon Gil · 10 years ago
  44. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  45. 081bc6b crypto/elliptic: add Name field to CurveParams struct by David Leon Gil · 10 years ago
  46. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago