On Wed, Jun 12, 2024 at 12:42:40PM -0500, Orie Steele wrote: > Thanks Matt, > > That's also how my implementations work as well (for both JOSE and COSE > HPKE):
Is that implementation written from scratch just to test out HPKE in JOSE and COSE? If so, be careful: It is very easy to come up with stuff that seems good in dedicated test implementation (where one can just cut corners), but plays hell with existing implementations, or even with new implementations that support other stuff as well. The reason I made my HPKE in COSE test code support encrypting to any other-type recipient was to catch some of such problems (I found none). -Ilari _______________________________________________ jose mailing list -- [email protected] To unsubscribe send an email to [email protected]
