commit | 334521b960a2a4412e9e7486c89e9981cf160ddb | [log] [tgz] |
---|---|---|
author | Park Zhou <buildpaas@gmail.com> | Thu Nov 03 08:46:41 2022 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Nov 04 14:06:20 2022 +0000 |
tree | 66e274d1eea3df7f8c34f9b01ed241807e4a7e10 | |
parent | a3485e174077e5296d3d4a43ca31d2d21b40be2c [diff] |
ssh: fix typo Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Ian Lance Taylor <iant@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.