Encrypt data using Elliptic Curve Cryptography

421 views Asked by At

I need to encrypt data using ECIES using openssl. Is there any API present in openssl? result cipherText = input)ecies(public key , plain text)

Is there is no API , how can i calcute.

0

There are 0 answers