ricmoo / GMEllipticCurveCrypto

Elliptic Curve Cryptography library for iOS (ECDSA and ECDH)
BSD 2-Clause "Simplified" License
122 stars 46 forks source link

Add secp160r1 curve. #12

Open ricmoo opened 9 years ago

ricmoo commented 9 years ago

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).