rozbb / rust-hpke

An implementation of the HPKE hybrid encryption standard (RFC 9180)
Other
62 stars 31 forks source link

Soundness tests for authenticated KEMs #58

Open koraa opened 7 months ago

koraa commented 7 months ago

setup.rs should include soundness tests for authenticated KEMs.

I.e. specify an incorrect sender key pair and ensure that the the authenticated KEM detects authentication failure.