commit | 0aab8d07aefab378c763e8f36aa007544a862aa9 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <[email protected]> | Mon Feb 26 09:29:18 2024 -0800 |
committer | Gopher Robot <[email protected]> | Mon Feb 26 19:05:04 2024 +0000 |
tree | d0c9a1920e9e0f0b30d53a44c7f1fa8fd3dce7bd | |
parent | 5bead598a0d4042616ba0daf31d8398ff6c06eaf [diff] |
all: update go.mod x/net dependency Not necessary for anything, but need to test something harmless. Change-Id: I4faa64ef2c8f1f14df5ccaa37836fc56beed4f50 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/566917 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
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.