Example #1
0
 public bool RsaOTDecrypt()
 {
     return(Rsa.RsaOTDecrypt(ref buffer, position, length));
 }
Example #2
0
 public bool RsaOTEncrypt(int pos)
 {
     return(Rsa.RsaOTEncrypt(ref buffer, pos));
 }