Example #1
0
 static void Main(string[] args)
 {
     RSA rsa = new RSA("10", 10, 0);
     rsa.CipherFullCycle();           
    
 }