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.
LibTomCrypt has a pretty terse ecc module.