Skip to content

Commit

Permalink
dont make the crate public
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 7, 2024
1 parent 45c5637 commit 2fa5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/mls_group/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct MlsGroupJoinConfig {
/// can be decrypted. The default is 0.
pub(crate) max_past_epochs: usize,
/// Number of resumption secrets to keep
pub number_of_resumption_psks: usize,
pub(crate) number_of_resumption_psks: usize,
/// Flag to indicate the Ratchet Tree Extension should be used
pub(crate) use_ratchet_tree_extension: bool,
/// Sender ratchet configuration
Expand Down

0 comments on commit 2fa5d2d

Please sign in to comment.