26 lines
760 B
C#
26 lines
760 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines
|
|
{
|
|
// Token: 0x02001D89 RID: 7561
|
|
[Token(Token = "0x2001D89")]
|
|
public class SeedWrapEngine : Rfc3394WrapEngine
|
|
{
|
|
// Token: 0x0600BC7B RID: 48251 RVA: 0x0029A540 File Offset: 0x00298740
|
|
[Token(Token = "0x600BC7B")]
|
|
[Address(RVA = "0x273BFB0", Offset = "0x273AFB0", VA = "0x18273BFB0")]
|
|
public SeedWrapEngine()
|
|
{
|
|
SeedEngine seedEngine;
|
|
seedEngine.Reset();
|
|
byte[] array = new byte[8];
|
|
RuntimeHelpers.InitializeArray(array, fieldof(<PrivateImplementationDetails>.5DBC1A420B61F594A834C83E3DDC229C8AB77FDC).FieldHandle);
|
|
this.iv = array;
|
|
base..ctor();
|
|
this.engine = seedEngine;
|
|
}
|
|
}
|
|
}
|