commit | 0da2a6a1bbc8e689a335bea68b5cc0e3e8728854 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Tue Apr 16 17:44:44 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Apr 16 17:48:22 2024 +0000 |
tree | fbe736cdf9ab435c199b37bf02f7380b43df33b2 | |
parent | 5defcc193aabc79299b09bc1e2e30445a3f78d4e [diff] |
openpgp: fix function name in comment Change-Id: Ic788ebe311fafa0f5d9750d5f7f25fb70dc0606d Reviewed-on: https://go-review.googlesource.com/c/crypto/+/579175 Run-TryBot: shuang cui <imcusg@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
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.