Mods the inverse.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static BigInteger ModInverse( BigInteger bi, BigInteger modulus )
Parameters
- bi
- Type: Renci.SshNet.Common BigInteger
The bi.
- modulus
- Type: Renci.SshNet.Common BigInteger
The modulus.
Return Value
Modulus inverted number.See Also