tink-rust icon indicating copy to clipboard operation
tink-rust copied to clipboard

tink-hybrid: add HPKE support

Open daviddrysdale opened this issue 2 years ago • 0 comments

Although it's not yet included in a released version, the upstream Tink Go code has recently added HPKE support to its hybrid implementation.

Also, RFC 9180 was just published covering HPKE (cf. Cloudflare blog article).

This issue covers adding HPKE support to Tink-Rust.

  • May also need changes to the AES-GCM implementation (in aead/) to allow IV injection.
  • Might include use of x25519 as a key exchange mechanism.

daviddrysdale avatar Feb 27 '22 07:02 daviddrysdale