]> Cypherpunks repositories - gostls13.git/commit
crypto/ed25519: implement Ed25519ctx and Ed25519ph with context
authorFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 13:24:21 +0000 (09:24 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 21 Nov 2022 15:23:39 +0000 (15:23 +0000)
commit831c6509ccddfc55c7f2121c5158f5f40916e6ad
tree62a8a7ea9a39a02aed1e5e09f6138fdf3bbf868a
parent8614c525b301b2b993bf99269a01975ea072b086
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 <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
api/next/31804.txt
src/crypto/ed25519/ed25519.go
src/crypto/ed25519/ed25519_test.go