commit | 9be5aaad42d5e8b858864f1bec7f0fb3844130a9 | [log] [tgz] |
---|---|---|
author | cui fliter <imcusg@gmail.com> | Tue Oct 11 20:07:36 2022 +0800 |
committer | Gopher Robot <gobot@golang.org> | Wed Oct 12 13:45:58 2022 +0000 |
tree | dc95ed4430274ea79b65c495fa09dc1c9b319188 | |
parent | d6f0a8c073c28df7d0a9b3c8f4206a8f72b341e4 [diff] |
all: fix a few function names on comments Change-Id: Iac9c8f06b874e62b56f634dede8757b87514f421 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/442135 Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Joedian Reid <joedian@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.