public RSAPrivateKey(RSAPrivateKey from) : this(from.d, from.n) { }
public static ULongIntB Decode(RSAPrivateKey key, ULongIntB number) { return CryptoMath.ExpMod5(number, (ULongIntB)key.D, (ULongIntB)key.N); }