This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using System.Security.Cryptography;
using Cpp2IlInjected;
namespace Mono.Security.Cryptography
{
// Token: 0x02000041 RID: 65
[Token(Token = "0x2000041")]
internal abstract class MD2 : HashAlgorithm
{
// Token: 0x06000199 RID: 409 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000199")]
[Address(RVA = "0x63B0E0", Offset = "0x639EE0", VA = "0x18063B0E0")]
protected MD2()
{
}
// Token: 0x0600019A RID: 410 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600019A")]
[Address(RVA = "0x2B27EF0", Offset = "0x2B26CF0", VA = "0x182B27EF0")]
public new static MD2 Create()
{
return null;
}
}
}