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