I have been playing around with agraham's CryptoEx Library and I'm getting an error when I try to compile my project, but if I only run it, every thing runs like a charm. Could you please help me to figure out what is going on?
I´m attaching a screen capture an my code in a zip.
The IDE is more tolerant than the optimised compiler of syntax errors.
B4X:
key() = RSA.ImportKey(key()) ' this is wrong, there is no return value from ImportKey
RSA.ImportKey(key()) ' this is correct, it imports the contents of key() into theRSA object