From fa750188a575407b34f93801357b6a43b46330da Mon Sep 17 00:00:00 2001 From: Martin Duke Date: Tue, 26 Mar 2024 11:19:15 -0700 Subject: [PATCH] Rest of example fix --- draft-ietf-quic-load-balancers.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-load-balancers.md b/draft-ietf-quic-load-balancers.md index ac52360..d22c713 100644 --- a/draft-ietf-quic-load-balancers.md +++ b/draft-ietf-quic-load-balancers.md @@ -644,7 +644,7 @@ left_1 = 0xd4a04850 // step 8 aes_input = 0xd4a04850000000000000000000000703 aes_output = 0xb7821ab3024fed0913b6a04d18e3216f -right_2 = 0x0e8c1ff9 ^ 0xb7821ab3 = 0xb9be054a +right_2 = 0x0e3c1ff9 ^ 0xb7821ab3 = 0xb9be054a // step 9 (clear bits) right_2 = 0x09be054a @@ -1487,13 +1487,18 @@ the applicability of this section to future versions of DTLS. Manasi Deval, Erik Fuller, Toma Gavrichenkov, Jana Iyengar, Subodh Iyengar, Stefan Kolbl, Ladislav Lhotka, Jan Lindblad, Ling Tao Nju, Ilari Liusvaara, Kazuho Oku, Udip Pant, Ian Swett, Andy Sykes, Martin Thomson, Dmitri Tikhonov, -Victor Vasiliev, and William Zeng Ke all provided useful input to this document. +Victor Vasiliev, Yu Zhu, and William Zeng Ke all provided useful input to this +document. # Change Log > **RFC Editor's Note:** Please remove this section prior to > publication of a final version of this document. +## since draft-ietf-quic-load-balancers-19 + +- Fixed error in encryption example. + ## since draft-ietf-quic-load-balancers-18 - Rearranged the output of the expand function to reduce CPU load of decrypt