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,19 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines
{
// Token: 0x02001C87 RID: 7303
[Token(Token = "0x2001C87")]
public class CamelliaWrapEngine : Rfc3394WrapEngine
{
// Token: 0x0600B72D RID: 46893 RVA: 0x00286D28 File Offset: 0x00284F28
[Token(Token = "0x600B72D")]
[Address(RVA = "0x1DBA100", Offset = "0x1DB8F00", VA = "0x181DBA100")]
public CamelliaWrapEngine()
{
CamelliaEngine camelliaEngine = new CamelliaEngine();
base..ctor(camelliaEngine);
}
}
}