Skip to content

Commit

Permalink
HPKE: apply @extiop suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Aug 15, 2024
1 parent f2aec20 commit 4d519f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/src/crypto/hpke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub(crate) fn dhkem_decap(
//
// rust-hpke provides `setup_sender` and `setup_receiver`
// Unfortunately, re-using their code means:
// - implementing the rust-hpke `Kem` traitsuse hpke::kdf::LabeledExpand; for our Hybrid encryption KEM, while we are not yet able to convert a private key to a public one
// - implementing the rust-hpke `Kem` trait for our Hybrid encryption KEM, while we are not yet able to convert a private key to a public one
// - re-implement the AEAD trait for our AesGcm, to be able to repair
// - implementing struct to use suite ID which are not in the RFC (because we are using our own Hybrid KEM)
//
Expand Down

0 comments on commit 4d519f9

Please sign in to comment.