22 lines
636 B
C#
22 lines
636 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
|
|
{
|
|
// Token: 0x02001611 RID: 5649
|
|
[Token(Token = "0x2001611")]
|
|
[StructLayout(3)]
|
|
public class Ed25519KeyGenerationParameters : KeyGenerationParameters
|
|
{
|
|
// Token: 0x06009700 RID: 38656 RVA: 0x00217FF0 File Offset: 0x002161F0
|
|
[Token(Token = "0x6009700")]
|
|
[Address(RVA = "0x1DD7250", Offset = "0x1DD5C50", VA = "0x181DD7250")]
|
|
public Ed25519KeyGenerationParameters(SecureRandom random)
|
|
: base(random, 256)
|
|
{
|
|
}
|
|
}
|
|
}
|