Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/Ed448KeyGenerationParameters.cs
T
2026-04-08 23:40:05 +02:00

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