Skip to content

Commit fc48c8f

Browse files
authored
Update README.md
1 parent 35ba051 commit fc48c8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ For example, given the plaintext of: 0x12345678abcdef00 (Entries must be in hex)
3434
Split into left and right .... Left or "lText" ---> 0x01ca4567 | 0x0cabcdef <--- Right or "rText"
3535
^ ^
3636
| |
37-
(32-bits) + (32-bits) = 64-bits toal
37+
(32-bits) + (32-bits)
38+
= 64-bits toal
3839

3940
Where, "lText" contains the left block of the 64 bit plain text, 32-bits total
4041

0 commit comments

Comments
 (0)