The export_room_key method does not encrypt the room keys nor does it panic

This commit is contained in:
Damir Jelić
2023-09-04 14:47:02 +02:00
parent e8e7738dfa
commit e835d9a1cc

View File

@@ -1675,11 +1675,6 @@ impl OlmMachine {
/// returns `true` the `InboundGroupSession` will be included in the export,
/// if the closure returns `false` it will not be included.
///
/// # Panics
///
/// This method will panic if it can't get enough randomness from the OS to
/// encrypt the exported keys securely.
///
/// # Examples
///
/// ```no_run