commit | 20e1d8d225ab8b19a0e7dc00fa5095216b8d6553 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <hi@filippo.io> | Tue May 04 13:55:43 2021 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Tue Feb 08 05:03:32 2022 +0000 |
tree | 5e34b042a2d7d2a1752ecb9354dd48e76ea8daf5 | |
parent | 30dcbda588387d7d277b9a4ab7d7ae9d739b2982 [diff] |
ed25519: drop Go 1.12 compatibility x/crypto/ed25519 moved to the standard library in Go 1.13. This change drops the compatibility wrapper we were keeping around to make Go 1.12 and earlier work. Change-Id: I860ed963a0660753d01c89014c21360b239a38ac Reviewed-on: https://go-review.googlesource.com/c/crypto/+/317169 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Trust: Katie Hockman <katie@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.