GMEllipticCurveCrypto icon indicating copy to clipboard operation
GMEllipticCurveCrypto copied to clipboard

Elliptic Curve Cryptography library for iOS (ECDSA and ECDH)

Results 23 GMEllipticCurveCrypto issues
Sort by recently updated
recently updated
newest added

Pull the secp160r1 curve from https://github.com/kmackay/micro-ecc (will require some re-working of the vli_\* functions, but should be fairly straight forward).

Add deterministic signing to the easy-dcc library. Or, if upgrading to micro-dcc, wait until that migration?

Add the GMEllipticCurveCrypto library to CocoaPods. Make sure the required frameworks are included.

enhancement