]> Cypherpunks repositories - gostls13.git/commit
crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptions
authorFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 13:23:44 +0000 (09:23 -0400)
committerFilippo Valsorda <filippo@golang.org>
Mon, 24 Oct 2022 12:11:20 +0000 (12:11 +0000)
commita1901f898bc05aac966edd247ff122f52fbb8d2e
treecae2434fc38abf5bbc07ebe4fcf43f8e75f01280
parent7e72d384d66f48a78289edc6a7d1dc6ab878f990
crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptions

Updates #31804

Change-Id: I5a48dfc57401576902674aff20b557e4a8ce8ab8
Reviewed-on: https://go-review.googlesource.com/c/go/+/373076
Reviewed-by: Filippo Valsorda <valsorda@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: David Chase <drchase@google.com>
api/next/31804.txt [new file with mode: 0644]
src/crypto/ed25519/ed25519.go
src/crypto/ed25519/ed25519_test.go