Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/Ed25519KeyGenerationParameters.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
579 B
C#

using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
{
// Token: 0x02001CCE RID: 7374
[Token(Token = "0x2001CCE")]
public class Ed25519KeyGenerationParameters : KeyGenerationParameters
{
// Token: 0x0600B6A8 RID: 46760 RVA: 0x002787CC File Offset: 0x002769CC
[Token(Token = "0x600B6A8")]
[Address(RVA = "0x22D5EA0", Offset = "0x22D4EA0", VA = "0x1822D5EA0")]
public Ed25519KeyGenerationParameters(SecureRandom random)
: base(random, 256)
{
}
}
}