commit | 4be66e5b658251a93e17d931a68d9c0ecba9f83a | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Tue Sep 29 19:42:14 2020 +0200 |
committer | Filippo Valsorda <filippo@golang.org> | Mon Nov 16 15:36:03 2020 +0000 |
tree | 709481e8a351e6d391c5c470f4813f32ed87aff0 | |
parent | 0c6587e931a935f573efb6988c8470cd8c0a58de [diff] |
ssh/terminal: replace with a golang.org/x/term wrapper The package moved to x/term in CL 258001. Fixes golang/go#31044 Change-Id: I9d39bfb6f54f09de60e2669fb0d939968af79b40 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/258003 Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Trust: Filippo Valsorda <filippo@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.