On Thu, 30 Mar 2023 19:31:47 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> This code change is for DHKEM, which requires the function > > pk(skX): The KEM public key corresponding to the KEM private key skX. > > Only implemented for EC and XDH. Might add PKCS #11 support later. This pull request has now been integrated. Changeset: 97276859 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/97276859ab3892fbf3e839f9403a8e8a1760e803 Stats: 186 lines in 7 files changed: 147 ins; 20 del; 19 mod 8305310: Calculate PublicKey from PrivateKey Reviewed-by: mullan ------------- PR: https://git.openjdk.org/jdk/pull/13250