public static BigInteger Inverse(
int m,
int[] ks,
BigInteger x
)
Public Shared Function Inverse (
m As Integer,
ks As Integer(),
x As BigInteger
) As BigInteger
public:
static BigInteger^ Inverse(
int m,
array<int>^ ks,
BigInteger^ x
)
Org.BouncyCastle.Math.EC.AbstractF2mCurve.Inverse = function(m, ks, x);