Skip to content

Commit

Permalink
Expose module
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 18, 2024
1 parent edcb64e commit 1cee89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/ciphersuite/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use std::hash::Hash;

mod aead;
mod codec;
pub(crate) mod hpke;
pub mod hpke;
mod kdf_label;
mod mac;
mod reuse_guard;
Expand Down

0 comments on commit 1cee89a

Please sign in to comment.