Skip to content

Commit 100c3a7

Browse files
committed
Merge "mls: Make exporter_secret public for application layer encryption"
Pull-Request: #1072 Signed-off-by: Yuki Kishimoto <[email protected]>
2 parents 16b4e71 + fe509f6 commit 100c3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mls/nostr-mls/src/groups.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ where
317317
///
318318
/// * `Ok(GroupExporterSecret)` - The exported secret
319319
/// * `Err(Error)` - If the group is not found or there is an error exporting the secret
320-
pub(crate) fn exporter_secret(
320+
pub fn exporter_secret(
321321
&self,
322322
group_id: &GroupId,
323323
) -> Result<group_types::GroupExporterSecret, Error> {

0 commit comments

Comments
 (0)