Spent a bunch of time optimizing the SCBigInteger class on iOS to speed up RSA encryption/decryption and key generation in SecureChat. I’ve gotten a 30% increase in speed, which I suppose isn’t too bad, though it appears the Java implementation is still faster. And that makes me wonder what Java is doing.
Check out the latest at GitHub.