On Fri, 27 Jun 2025 16:55:59 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: > > some spec change It's only a tuple for a single-shot encryption. The general operation is still one encapsulation followed by multiple "seal" outputs. As for the IV, I think it's not uncommon that the cipher generates a random one. ------------- PR Comment: https://git.openjdk.org/jdk/pull/18411#issuecomment-3014375351