diff options
| author | Filippo Valsorda <filippo@golang.org> | 2022-05-05 09:23:44 -0400 |
|---|---|---|
| committer | Filippo Valsorda <filippo@golang.org> | 2022-10-24 12:11:20 +0000 |
| commit | a1901f898bc05aac966edd247ff122f52fbb8d2e (patch) | |
| tree | cae2434fc38abf5bbc07ebe4fcf43f8e75f01280 /api | |
| parent | 7e72d384d66f48a78289edc6a7d1dc6ab878f990 (diff) | |
| download | go-a1901f898bc05aac966edd247ff122f52fbb8d2e.tar.xz | |
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>
Diffstat (limited to 'api')
| -rw-r--r-- | api/next/31804.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
