I would like to implement “my own hybrid encryption mechanism” using the asymmetric curvature cryptography of an elliptic curve instead of other RSA or ElGamal algorithms.
Assuming I want to use curves that provide more security, which ones should I use? Based on what I read, I think the 521-bit curve is probably perfect. Are there safer schemes?
What are the safest implementations in C / C ++ (without using C ++ STL) against, for example, side attacks? I would like to implement it as a “separate” module, so I would appreciate clean source code or good links.
user827321
source
share