terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GenerateKeyPair()

void Mono.Security.Cryptography.DSAManaged.GenerateKeyPair ( )
inlineprivate

Definition at line 41 of file DSAManaged.cs.

42 {
43 if (!true)
44 {
45 }
48 if (!true)
49 {
50 }
51 long num = 0L;
52 bool flag = bigInteger == (uint)num;
55 if (!true)
56 {
57 }
59 this.x.Randomize();
61 }
class f__AnonymousType0<< Count > j__TPar
static BigInteger.Sign Compare(BigInteger bi1, BigInteger bi2)
void Randomize(RandomNumberGenerator rng)
static BigInteger GenerateRandom(int bits, RandomNumberGenerator rng)

References Mono.Math.BigInteger.Kernel.Compare(), Mono.Math.BigInteger.GenerateRandom(), j__TPar, System.L, Mono.Security.Cryptography.DSAManaged.q, Mono.Math.BigInteger.Randomize(), and Mono.Security.Cryptography.DSAManaged.x.

Referenced by Mono.Security.Cryptography.DSAManaged.Generate().