commit | efcb8507fb706dc09498bdd32b7aafa38228fc86 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Mon Mar 07 15:51:16 2022 +0000 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Mar 07 21:11:46 2022 +0000 |
tree | a0401edb80bae4473431d1b2020abd158236f1e4 | |
parent | 86341886e2925764dc890ad96c141a1bc76043af [diff] |
ssh: fix typo Change-Id: I5832916eb921d2d18e3082cd04520e22e2b04127 GitHub-Last-Rev: c0999b83439a5f0ff57b740c18f47d81028e552a GitHub-Pull-Request: golang/crypto#207 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/390414 Reviewed-by: Roland Shoemaker <roland@golang.org> Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> 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.