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: bip-0151.mediawiki
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Processing the message before the authentication succeeds must not be done.
128
128
129
129
The 4byte sha256 checksum is no longer required because the AEAD.
130
130
131
-
Both peers need to track the message number (int64) of sent messages to the remote peer for building a symmetric cipher IV. Padding might be required (96bit IVs).
131
+
Both peers need to track the message sequence number (uint32) of sent messages to the remote peer for building a 64 bit symmetric cipher IV. Sequence numbers are allowed to overflow to zero after 4294967295 (2^32-1).
132
132
133
133
The encrypted payload will result decrypted in one or many unencrypted messages:
134
134
@@ -156,7 +156,7 @@ The Re-Keying must be done after every 1GB of data sent or received (recommended
156
156
157
157
=== Risks ===
158
158
159
-
The encryption does not include an identity authentication scheme. This BIP does not cover a proposal to avoid MITM attacks during the encryption initialization.
159
+
The encryption does not include an identity authentication scheme. This BIP does not cover a proposal to avoid MITM attacks during the encryption initialization.
160
160
161
161
Identity authentication will be covered in another BIP and will presume communication encryption after this BIP.
0 commit comments