Hi,
I have been looking at this for a while now but haven't found a solution to this.
$aA -> really long hex value (128 characters)
$aB -> small decimal number
$aC -> small decimal number
$result = $aA+$aB ^ $aC+3;
I can not get this to work out correctly due to the size of $aA. Does anyone have any suggestion?
I have been looking at this for a while now but haven't found a solution to this.
$aA -> really long hex value (128 characters)
$aB -> small decimal number
$aC -> small decimal number
$result = $aA+$aB ^ $aC+3;
I can not get this to work out correctly due to the size of $aA. Does anyone have any suggestion?