This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,29 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x02001C13 RID: 7187
[Token(Token = "0x2001C13")]
public abstract class ECPointFormat
{
// Token: 0x0600B10B RID: 45323 RVA: 0x00264B64 File Offset: 0x00262D64
[Token(Token = "0x600B10B")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
protected ECPointFormat()
{
}
// Token: 0x04007078 RID: 28792
[Token(Token = "0x4007078")]
public const byte uncompressed = 0;
// Token: 0x04007079 RID: 28793
[Token(Token = "0x4007079")]
public const byte ansiX962_compressed_prime = 1;
// Token: 0x0400707A RID: 28794
[Token(Token = "0x400707A")]
public const byte ansiX962_compressed_char2 = 2;
}
}