GMEllipticCurveCrypto
GMEllipticCurveCrypto copied to clipboard
Be less NSException-Happy...
A lot of things are exceptions that really do not need to be.
Replace them with interesting NSLog statements and return nil.
I'll submit a pull request, refactoring all of these NSExceptions to NSError *s. It will help its Swift compatibility.