Skip to content

Commit

Permalink
Update src/pages/encryption.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: J-Ha <5481259+jhaaaa@users.noreply.github.com>
  • Loading branch information
saulmc and jhaaaa authored Nov 22, 2024
1 parent da5cb89 commit 8773c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/encryption.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The [Messaging Layer Security](https://messaginglayersecurity.rocks/) (MLS) prot
XMTP chose MLS for its combination of strong security and efficient operation. Its streamlined group key management helps keep network costs low, making it particularly well-suited for decentralized messaging.

:::note See the Code
XMTP's implementation of MLS is open source and can be found at github.com/xmtp/libxmtp
XMTP's implementation of MLS is open source and can be found at https://github.com/xmtp/libxmtp
:::

When you start a conversation in XMTP, MLS automatically manages your encryption keys and conversation security. The protocol handles creating new conversations, adding or removing participants, and regularly updating encryption keys to maintain security. Every message you send is encrypted with the latest keys.
Expand Down

0 comments on commit 8773c0b

Please sign in to comment.