fix a few typos in spec

This commit is contained in:
Anton Kaliaev
2018-09-07 11:40:16 +04:00
parent 22445a5029
commit 47dc4e6428
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ It goes as follows:
- get 96 bytes of output from hkdf-sha256
- if we had the smaller ephemeral pubkey, use the first 32 bytes for the key for receiving, the second 32 bytes for sending; else the opposite
- use the last 32 bytes of output for the challenge
- use a seperate nonce for receiving and sending. Both nonces start at 0, and should support the full 96 bit nonce range
- use a separate nonce for receiving and sending. Both nonces start at 0, and should support the full 96 bit nonce range
- all communications from now on are encrypted in 1024 byte frames,
using the respective secret and nonce. Each nonce is incremented by one after each use.
- we now have an encrypted channel, but still need to authenticate