22 lines
632 B
C#
22 lines
632 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
|
|
{
|
|
// Token: 0x02001614 RID: 5652
|
|
[Token(Token = "0x2001614")]
|
|
[StructLayout(3)]
|
|
public class Ed448KeyGenerationParameters : KeyGenerationParameters
|
|
{
|
|
// Token: 0x0600970E RID: 38670 RVA: 0x00218338 File Offset: 0x00216538
|
|
[Token(Token = "0x600970E")]
|
|
[Address(RVA = "0x1DD7E60", Offset = "0x1DD6860", VA = "0x181DD7E60")]
|
|
public Ed448KeyGenerationParameters(SecureRandom random)
|
|
: base(random, 448)
|
|
{
|
|
}
|
|
}
|
|
}
|