CryptoCPP/RSA/RSA.cpp
GabrielTofvesson b7e8a1d439 Updated readme
Added some convenient stuff to BigInteger
Did a tiny rename (looks like not all of the SHA project was renamed but meh who cares for now)
2018-03-05 07:59:53 +01:00

6 lines
76 B
C++

#define RSA_API
#include "RSA.h"
namespace CryptoCPP { namespace RSA {
}}