#include #include #include "base64.h" #include "numalgo.h" #include "primes.h" #include "rng.h" #include "rsa.h" using namespace std; namespace RSA{ Bigint encrypt(Bigint msg,const PublicKey &pubkey){ // cerr<<"msg="<