From 831c6509ccddfc55c7f2121c5158f5f40916e6ad Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Thu, 5 May 2022 09:24:21 -0400 Subject: crypto/ed25519: implement Ed25519ctx and Ed25519ph with context This is missing a test for Ed25519ph with context, since the RFC doesn't provide one. Fixes #31804 Change-Id: I20947374c51c6b22fb2835317d00edf816c9a2d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/404274 Auto-Submit: Filippo Valsorda TryBot-Result: Gopher Robot Run-TryBot: Filippo Valsorda Reviewed-by: Cherry Mui Reviewed-by: Roland Shoemaker --- api/next/31804.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/next/31804.txt b/api/next/31804.txt index e5968c8826..bedbc4f04e 100644 --- a/api/next/31804.txt +++ b/api/next/31804.txt @@ -2,3 +2,4 @@ pkg crypto/ed25519, func VerifyWithOptions(PublicKey, []uint8, []uint8, *Options 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 +pkg crypto/ed25519, type Options struct, Context string #31804 -- cgit v1.2.1