Hi All, I'm looking for a succinct ECC samples. I would like the following:
1) key generation 2) encrypt\decrypt operation. I have a very good handle on implementations of symmetric encryption, and RSA as far asymmetric. What I have found is in (5.2.1 version of Crypto++) is ValidateECP() in validate2.cpp. But it seems a bit cumbersome. Also, the FAQ does not have any ECC examples (http://www.eskimo.com/~weidai/cgi-bin/fom-serve/cache/1.html) Can anyone provide some code that can be reused? I will post my samples to the FAQ once created. Thanks, Jeff
