scripts
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines
|
||||
{
|
||||
// Token: 0x020016CC RID: 5836
|
||||
[Token(Token = "0x20016CC")]
|
||||
[StructLayout(3)]
|
||||
public class SeedWrapEngine : Rfc3394WrapEngine
|
||||
{
|
||||
// Token: 0x06009CD3 RID: 40147 RVA: 0x00239CB4 File Offset: 0x00237EB4
|
||||
[Token(Token = "0x6009CD3")]
|
||||
[Address(RVA = "0x21025F0", Offset = "0x2100FF0", VA = "0x1821025F0")]
|
||||
public SeedWrapEngine()
|
||||
{
|
||||
SeedEngine seedEngine;
|
||||
seedEngine.Reset();
|
||||
base..ctor(seedEngine);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user