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,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);
}
}
}