Skip to content

Commit

Permalink
make the number of psks public
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 6, 2024
1 parent 606bf92 commit 5174c31
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(crate) number_of_resumption_psks: usize,
pub 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 5174c31

Please sign in to comment.