Skip to content

Commit

Permalink
fixed encryption example
Browse files Browse the repository at this point in the history
  • Loading branch information
nandsky committed Mar 16, 2024
1 parent 84fd79e commit d0fa1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-load-balancers.md
Expand Up @@ -631,10 +631,10 @@ aes_output = 0xa255dd8cdacf01948d3a848c3c7fee23
right_1 = 0x0c69c275 ^ 0xa255dd8c = 0xae3c1ff9

// step 5 (clear bits)
right_1 = 0x0e8c1ff9
right_1 = 0x0e3c1ff9

// step 6
aes_input = 0x0e8c1ff9000000000000000000000702
aes_input = 0x0e3c1ff9000000000000000000000702
aes_output = 0xe5e452cb9e1bedb0b2bf830506bf4c4e
left_1 = 0x31441a90 ^ 0xe5e452cb = 0xd4a0485b

Expand Down

0 comments on commit d0fa1b1

Please sign in to comment.