Link to this headingHashes
Link to this headingReversing functions
Reverse shift_left xor:
= + 1
=
=
^= &
*= 2
return
= + 1
=
=
^= &
*= 2
return
return & 0xFFFFFFFF
return & 0xFFFFFFFFFFFFFFFF
=
=
#test: 0x1923c230dee65408
#Origional Left Shift
^=
#Left test1[13]: 0x6165d9ec14675408
#Use the Doubel shift
=
#Left test1: 0x1923c230dee65408
#Origional Right Shift
^=
#Right test1[13]: 0x19230b2ecf60a33a
#Use the Doubel shift
=
#Right test1: 0x1923c230dee65408