ARX Quarterround Pipeline
Targets: [0, 4, 8, 12]
Sub-Step 1
a += b
d ^= a; d <<< 16
Sub-Step 2
c += d
b ^= c; b <<< 12
Sub-Step 3
a += b
d ^= a; d <<< 8
Sub-Step 4
c += d
b ^= c; b <<< 7
INFO
Click "Step Quarterround" to trace 32-bit addition, XOR, and rotation.
Selected Cell:
Word 0 (Constant C0)
Hex Value:
0x61707865 ("expa")
Unsigned Dec:
1634760805
Binary (LE):
01100001 01110000 01111000 01100101