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

◆ GetPaddedValue() [2/2]

byte[] Mono.Security.Cryptography.RSAManaged.GetPaddedValue ( BigInteger value,
int length )
inlineprivate

Definition at line 428 of file RSAManaged.cs.

429 {
430 byte[] bytes = value.GetBytes();
431 long num = 0L;
432 Array.Clear(bytes, (int)num, 42163096);
433 return 42163096;
434 }
void IList. Clear()
Definition Array.cs:99

References System.Array.Clear(), System.L, and System.value.