c9aef117f5
This change “graduates” the Ed25519 package from my personal GitHub account to x/crypto. At this point, the code and algorithm seems sufficiently mature that it warrants more general exposure. (There seem to be about 110 packages importing it from my GitHub repo: https://godoc.org/github.com/agl/ed25519?importers) Two people made changes to the code while it was living in my GitHub. Both have signed the CLA and both have confirmed that they intended their changes to be covered by it. (Recorded internally in b/28166583.) The significant change from GitHub to x/crypto is that the types of public keys, private keys and signatures have been changed from pointers to arrays into []byte and that support for crypto.Signer has been added. Updates golang/go#8581 Change-Id: Ia8632d2153e289363b50d76fd0662d1a7fed00f6 Reviewed-on: https://go-review.googlesource.com/22030 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Martin Garton <garton@gmail.com> Reviewed-by: Adam Langley <agl@golang.org> Run-TryBot: Adam Langley <agl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
sign.input.gz |