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: docs/specs/clients/core/crypto/crypto-keys.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ There are three types of keys that are used in our protocol:
17
17
* random source - these are only used for pairings where a key is randomly generated and exchanged between two clients
18
18
* secret derivation - these are used for all of our protocol APIs to establish a secure channel between the two clients using a Diffie-Hellman key exchange (x25519). After the key exchange the derived secret is hashed using HKDF to obtain the correct symmetric key
19
19
20
-
## Key Algorithmes
20
+
## Key Algorithms
21
21
22
22
There are the algorithms that we use in our communication protocol:
0 commit comments