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,26 @@
using System;
using Cpp2IlInjected;
namespace Photon.SocketServer.Security
{
// Token: 0x02000052 RID: 82
[Token(Token = "0x2000052")]
internal static class OakleyGroups
{
// Token: 0x04000235 RID: 565
[Token(Token = "0x4000235")]
public static readonly int Generator;
// Token: 0x04000236 RID: 566
[Token(Token = "0x4000236")]
public static readonly byte[] OakleyPrime768;
// Token: 0x04000237 RID: 567
[Token(Token = "0x4000237")]
public static readonly byte[] OakleyPrime1024;
// Token: 0x04000238 RID: 568
[Token(Token = "0x4000238")]
public static readonly byte[] OakleyPrime1536;
}
}