Skip to content

Commit 765c61c

Browse files
committed
Nits
1 parent a671176 commit 765c61c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

draft-denis-ipcrypt.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,9 @@ Complete pseudocode implementation is provided in {{prefix-preserving-encryption
464464

465465
### Key Requirements
466466

467-
CRITICAL: The two 16-byte halves of the 32-byte key (`K1` and `K2`) MUST NOT be identical. Using identical values for `K1` and `K2` (e.g., repeating the same 16 bytes twice) causes the XOR operation to cancel out, returning the original IP address unchanged.
467+
The two 16-byte halves of the 32-byte key (`K1` and `K2`) MUST NOT be identical. Using identical values for `K1` and `K2` (e.g., repeating the same 16 bytes twice) causes the XOR operation to cancel out, returning the original IP address unchanged.
468+
469+
When the 32-byte key is randomly sampled from a uniform distribution, the probability that `K1 = K2` is statistically negligible.
468470

469471
### Security Properties
470472

0 commit comments

Comments
 (0)