public bool RsaOTDecrypt()
 {
     return(Rsa.RsaOTDecrypt(ref buffer, position, length));
 }
 public bool RsaCipEncrypt(int pos)
 {
     return(Rsa.RsaCipEncrypt(ref buffer, pos));
 }