commit | 2f5cac09c9fdcbd7088e89628a9095ace3cb0c33 | [log] [tgz] |
---|---|---|
author | HowJmay <yuanyanghau@gmail.com> | Wed May 12 12:31:47 2021 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Feb 09 15:53:12 2022 +0000 |
tree | ca40c223a83d64aa6e54fb23cdb38196c3beea32 | |
parent | 65fa2f7aa847778ef6fd782aa568929c3f77bc3a [diff] |
acme, sha3, ssh: fix the typos Change-Id: I2287ab3492c105791b03f40d45b5dff5a56aa32a GitHub-Last-Rev: 02cdf82d8b1604fc47b656172b102a48a70e6f05 GitHub-Pull-Request: golang/crypto#183 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/319269 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@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.