C K KIRAN-KNTX36 wrote:
Hi All,
Is there any crypto function similar to the below one,
int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
AES_KEY *key);
for EC,
int EC_set_private_key(const unsigned char *userKey, const int bits,
EC_KEY *key);
int EC_set_public_key(const unsigned char *userKey, const int bits,
EC_KEY *key);
similar to RSA / DSA:
d2i_ECPrivateKey() and o2i_ECPublicKey()
Nils
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]