You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crypto-ffi/src/client_id.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
/// A Client identifier
2
2
///
3
-
/// A unique identifier for clients. A client is an identifier for each App a user is using, such as desktop,
4
-
/// mobile, etc. Users can have multiple clients.
5
-
/// More information [here](https://messaginglayersecurity.rocks/mls-architecture/draft-ietf-mls-architecture.html#name-group-members-and-clients)
3
+
/// A unique identifier for clients. A client is an identifier for each App a
4
+
/// user is using, such as desktop, mobile, etc. Users can have multiple
5
+
/// clients. More information [here](https://messaginglayersecurity.rocks/mls-architecture/draft-ietf-mls-architecture.html#name-group-members-and-clients)
0 commit comments