Skip to content

Commit

Permalink
Just not being an idiot in my personal notes
Browse files Browse the repository at this point in the history
  • Loading branch information
endeav0r committed Mar 25, 2013
1 parent 98545f6 commit a565eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sploits/checkout/README
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Let's compare truth tables for bits between addition and XOR:
0 ^ 0 = 0
0 ^ 1 = 1
1 ^ 0 = 1
1 ^ 1 = 1
1 ^ 1 = 0

0 + 0 = 0
0 + 1 = 1
Expand All @@ -52,4 +52,4 @@ will remain valid.
This gives us the ability to determine whether two bits are equal or differ.
Because we know the value of the first 32 bits, they are equal to the length
of the message, we can use the first 32 bits and the checksum to determine the
value of every other bit in the message.
value of every other bit in the message.

0 comments on commit a565eff

Please sign in to comment.