Skip to content

Commit

Permalink
chore(olm): Fix the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasak authored and poljar committed May 15, 2024
1 parent 077c1e0 commit 826d0aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/olm/account/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,11 @@ impl Account {
/// ability to hold more one-time keys compared to the [`libolm`]
/// variant.
///
/// ⚠️ ***Security Warning***: The pickle key will get expanded into both an
/// AES key and an IV in a deterministic manner. If the same pickle key
/// is reused, this will lead to IV reuse. To prevent this, users have
/// to ensure that they always use a globally (probabilistically) unique
/// pickle key.
/// ⚠️ ***Security Warning***: The pickle key will get expanded into both
/// an AES key and an IV in a deterministic manner. If the same pickle
/// key is reused, this will lead to IV reuse. To prevent this, users
/// have to ensure that they always use a globally (probabilistically)
/// unique pickle key.
///
/// [`libolm`]: https://gitlab.matrix.org/matrix-org/olm/
///
Expand Down

0 comments on commit 826d0aa

Please sign in to comment.