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
RIPEMD160.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Security.Cryptography
6
{
7
// Token: 0x020002F0 RID: 752
8
[
ComVisible
(
true
)]
9
public
abstract
class
RIPEMD160
:
HashAlgorithm
10
{
11
// Token: 0x06001940 RID: 6464 RVA: 0x000366BC File Offset: 0x000348BC
12
protected
RIPEMD160
()
13
{
14
this.HashSizeValue
= 160;
15
}
16
17
// Token: 0x06001941 RID: 6465 RVA: 0x0000207A File Offset: 0x0000027A
18
public
new
static
RIPEMD160
Create
()
19
{
20
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
21
}
22
23
// Token: 0x06001942 RID: 6466 RVA: 0x000366DC File Offset: 0x000348DC
24
public
new
static
RIPEMD160
Create
(
string
hashName)
25
{
26
if
(!
true
)
27
{
28
}
29
object
obj
;
30
if
(
obj
!=
null
)
31
{
32
}
33
throw
new
InvalidCastException
();
34
}
35
}
36
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Security.Cryptography.HashAlgorithm
Definition
HashAlgorithm.cs:9
System.Security.Cryptography.RIPEMD160.RIPEMD160
RIPEMD160()
Definition
RIPEMD160.cs:12
System.Security.Cryptography.RIPEMD160.Create
static new RIPEMD160 Create()
Definition
RIPEMD160.cs:18
System.Security.Cryptography.RIPEMD160.Create
static new RIPEMD160 Create(string hashName)
Definition
RIPEMD160.cs:24
System.Security.Cryptography.RIPEMD160
Definition
RIPEMD160.cs:10
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
RIPEMD160.cs
Generated by
1.10.0