commit | 05595931fe9d3f8894ab063e1981d28e9873e2cb | [log] [tgz] |
---|---|---|
author | Aaqa Ishtyaq <aaqaishtyaq@gmail.com> | Tue Sep 07 23:22:23 2021 +0530 |
committer | Gopher Robot <gobot@golang.org> | Wed Jun 22 21:31:12 2022 +0000 |
tree | d25b47f86e34183f9eb6bf24394e7096d63c8a89 | |
parent | 793ad666bf5ec61392092b27061be9618e4e219b [diff] |
curve25519: remove dependency on fmt For golang/go#48154 Change-Id: If7e99bd1159edc2e3deeb3a4e3d8fb048bc591ab Reviewed-on: https://go-review.googlesource.com/c/crypto/+/348069 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@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.