Question

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.

Was it helpful?

Solution

LibTomCrypt has a pretty terse ecc module.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top