commit | 1c7450041f58a5e714eb084ae0e670d3576ea9fb | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Tue Jun 25 00:01:42 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 24 16:35:32 2024 +0000 |
tree | 18f3699cda009435f7802b36ec6a80820af5e67d | |
parent | d4e7c9cb6cb8bb64ad4a1988cd26328ef6cb9023 [diff] |
ssh/test: make struct comment match struct name Change-Id: I9bfd61fe96d2bdaa890379a1a31b7e0f3f2b67ed Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594435 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Nicola Murino <nicola.murino@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Run-TryBot: shuang cui <imcusg@gmail.com> Reviewed-by: Joedian Reid <joedian@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.