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