Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

20 lines
575 B
C#

using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
{
// Token: 0x02001BF1 RID: 7153
[Token(Token = "0x2001BF1")]
public class Ed448KeyGenerationParameters : KeyGenerationParameters
{
// Token: 0x0600B2E8 RID: 45800 RVA: 0x0026F954 File Offset: 0x0026DB54
[Token(Token = "0x600B2E8")]
[Address(RVA = "0x1808A10", Offset = "0x1807810", VA = "0x181808A10")]
public Ed448KeyGenerationParameters(SecureRandom random)
: base(random, 448)
{
}
}
}