This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines
{
// Token: 0x02001C83 RID: 7299
[Token(Token = "0x2001C83")]
public class AesWrapEngine : Rfc3394WrapEngine
{
// Token: 0x0600B6F1 RID: 46833 RVA: 0x00283C54 File Offset: 0x00281E54
[Token(Token = "0x600B6F1")]
[Address(RVA = "0x1A68F40", Offset = "0x1A67D40", VA = "0x181A68F40")]
public AesWrapEngine()
{
AesEngine aesEngine;
aesEngine.Reset();
base..ctor(aesEngine);
}
}
}