Search code examples
cencryptionencryption-asymmetricelliptic-curve

Recommended *minimal* elliptic curve library in c


Any recommendations for a c-library implementing elliptic curve cryptography - the smaller the better.

I know openSSL provides it, but I want something as small as possible. It doesn't need any fancy stuff like constant time encryption / decryption / signing either.

Bonus points for nice-looking code.


Solution

  • LibTomCrypt has a pretty terse ecc module.