We tried using Int.parse("ff",16), the result is the same, i.e. 16. We are trying to implement a byte level encryption for which we need to read Hex strings into UBytes. Is there a tested way to proceed with this?
Thanks,
Pranay
Thank you for the prompt reply. We have been trying to write our conversion routine, but we encounter this error:
"AESCrypto.cc:566: error: no match for âoperator-â in âch - x10_char(48)â".
The corresponding x10 code was: u-'a', where u:Char.