libcrux icon indicating copy to clipboard operation
libcrux copied to clipboard

Replace HPKE with a specialization of hpke-rs

Open keks opened this issue 6 months ago • 1 comments

This PR removes the existing HPKE code (which lives on over at https://github.com/cryspen/hpke-spec) and instead implements a libcrux-backed provider for hpke-rs, and re-exports the types from that crate, specializing them to the provider implemented here.

This should be merged together with https://github.com/cryspen/hpke-rs/pull/68

keks avatar Aug 22 '24 08:08 keks