Skip to content

Commit 113a252

Browse files
authored
fix: typo
1 parent fe548ca commit 113a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/clients/core/crypto/crypto-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are three types of keys that are used in our protocol:
1717
* random source - these are only used for pairings where a key is randomly generated and exchanged between two clients
1818
* 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
1919

20-
## Key Algorithmes
20+
## Key Algorithms
2121

2222
There are the algorithms that we use in our communication protocol:
2323

0 commit comments

Comments
 (0)