commit | 7b82a4e95df4499652dca2c0d4185de9fffbdc8f | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Apr 11 13:06:45 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Apr 11 22:02:26 2022 +0000 |
tree | 7c7fe98a006a759abd61e5b0c4e4b7b0a6102e28 | |
parent | 5352b09029215197cc109b46f0560d05ffab29db [diff] |
all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: I076031b6613691eefbb0f21739366e3fd2011ec9 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/399356 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
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.