-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ed25519: update godoc for consts in crypto/ed25519 #237
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 070f3a6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/crypto/+/448237 to see it. Tip: You can toggle comments from me using the |
Message from Filippo Valsorda: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Michael Knyszek: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Filippo Valsorda: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Michael Knyszek: Patch Set 1: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 1: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
aebef2f
to
648d9e1
Compare
This is a follow-up to CL 317169, which dropped compatibility with go1.12, and made this package an alias / wrapper for crypto/ed25519 in stdlib. This patch updates their godoc to include a docs-link to the equivalent consts in stdlib. Signed-off-by: Sebastiaan van Stijn <[email protected]>
648d9e1
to
b307d43
Compare
This PR (HEAD: b307d43) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/448237. Important tips:
|
Message from t hepudds: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from t hepudds: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Go LUCI: Patch Set 2: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from t hepudds: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from t hepudds: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
Message from Sebastiaan van Stijn: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/448237. |
This is a follow-up to CL 317169, which dropped compatibility with
go1.12, and made this package an alias / wrapper for crypto/ed25519
in stdlib.
This patch updates their godoc to include a docs-link to the equivalent
consts in stdlib.