Вопрос

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top