Duplicate of this one.
I'm about to embark on journey that may change my career by doing a rather big project this time.
I have experience in cryptography as I have taken several courses and written my own implementation of some algorithms (DES,AES,Schnorr) but I have never used any complete library for it.
I want to know what library for c++ is the best one to use if one wants to use RSA in ones project ?
That is I want to use a complete library for RSA so that I dont need to implement one myself.
This also needs to be a cross-platform.