commit | 67b13616a59528f2f948f405d79d6e7df0b97d12 | [log] [tgz] |
---|---|---|
author | Mauri de Souza Meneguzzo <mauri870@gmail.com> | Sat Jan 06 18:52:35 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue May 07 22:33:54 2024 +0000 |
tree | 40bb111f1c2697b94591b64de9cde05034a0abee | |
parent | 477a5b4c327a4fea3cab2fe127f89940289b65e5 [diff] |
sha3: reenable s390x assembly Fixes golang/go#64897 Change-Id: I0c8c52d73a7d2df0f44fee36d407a87213f59bff Reviewed-on: https://go-review.googlesource.com/c/crypto/+/554435 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Auto-Submit: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.