On Tue, 11 Mar 2025 21:12:54 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/. >>  > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > of(kdf_id, aead_id) and constants I've just added a new `HPKEParameterSpec::of` that only takes KDF and AEAD ids. The reason is that these 2 are really user-choosable and KEM id is usually determined by the key type. ------------- PR Comment: https://git.openjdk.org/jdk/pull/18411#issuecomment-2715722524