Skip to content

Commit f94ef09

Browse files
committed
That was a little unclear on a re-read
1 parent 509afe9 commit f94ef09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

draft-ietf-quic-tls.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,10 +1603,11 @@ effectively random.
16031603
All the AEAD functions used meet indistinguishability under (adaptive) chosen
16041604
plaintext attack (IND-CPA, IND-CPA2) goals and produce minimal expansion of the
16051605
plaintext, adding only an authentication tag. Therefore, this document assumes
1606-
that the sampled AEAD output is unpredictable and not subject to influence by an
1607-
attacker. Based on this assumption, the odds of producing identical input to a
1608-
packet protection algorithm approach the birthday bound on the size of the input
1609-
(that is, one divided by the square root of the number of possible values).
1606+
that each bit of sampled AEAD output contains one bit of entropy and that an
1607+
attacker is unable to reduce this without knowledge of the key. Based on this
1608+
assumption, the odds of producing identical input to a packet protection
1609+
algorithm approach the birthday bound on the size of the input (that is, one
1610+
divided by the square root of the number of possible values).
16101611

16111612
Note:
16121613

0 commit comments

Comments
 (0)