Hi all,
While the public key in the context of OpenSSL Elliptic Curves algorithm is
stored as a EC_POINT pointer... and the private key as a BIGNUM pointer...
which functions (or which kind of them) should be called to encrypt & to
decrypt a message in C/C++ ?
Matt L.
Hi all,
Has anyone a little tutorial on how to use OpenSSL APIs to implement an
encryption / decryption code using Elliptic Curves ?
Thanks,
Matt L.
___
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Hello all guys,
I'm a newbie... and going to understand the OpenSSL and the APIs involved
in, and even if I searched in the Net, there are two main question/subject
fields that I'd like to ask for.
1. Firstly, I wrote a little code that I don't know if it's really good
enough. So, comments, sugge