Files
Apr2020-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/X25519KeyGenerationParameters.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

20 lines
577 B
C#

using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
{
// Token: 0x02001C1C RID: 7196
[Token(Token = "0x2001C1C")]
public class X25519KeyGenerationParameters : KeyGenerationParameters
{
// Token: 0x0600B3B7 RID: 46007 RVA: 0x00271BA0 File Offset: 0x0026FDA0
[Token(Token = "0x600B3B7")]
[Address(RVA = "0x18135A0", Offset = "0x18123A0", VA = "0x1818135A0")]
public X25519KeyGenerationParameters(SecureRandom random)
: base(random, 255)
{
}
}
}