From a1901f898bc05aac966edd247ff122f52fbb8d2e Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Thu, 5 May 2022 09:23:44 -0400 Subject: 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 Reviewed-by: Michael Knyszek Run-TryBot: Filippo Valsorda Reviewed-by: Roland Shoemaker TryBot-Result: Gopher Robot Reviewed-by: Katie Hockman Reviewed-by: David Chase --- api/next/31804.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 api/next/31804.txt (limited to 'api') diff --git a/api/next/31804.txt b/api/next/31804.txt new file mode 100644 index 0000000000..e5968c8826 --- /dev/null +++ b/api/next/31804.txt @@ -0,0 +1,4 @@ +pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options) error #31804 +pkg crypto/ed25519, method (*Options) HashFunc() crypto.Hash #31804 +pkg crypto/ed25519, type Options struct #31804 +pkg crypto/ed25519, type Options struct, Hash crypto.Hash #31804 -- cgit v1.3-5-g9baa