commit | 9e92970a1eb41e446822e037016aa89d24c0ce7a | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Mon Sep 09 14:22:39 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 10 20:43:33 2024 +0000 |
tree | d48601a6153c926bf60df0154581760a54cbd687 | |
parent | c9da6b9a4008902aae7c754e8f01d42e2d2cf205 [diff] |
bn256: add missing symbols in comment Change-Id: Ibd48a070bd8ce35ef5795a8b73bc4ecac43a993e Reviewed-on: https://go-review.googlesource.com/c/crypto/+/611735 Run-TryBot: shuang cui <imcusg@gmail.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@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.