Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/X25519KeyGenerationParameters.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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: 0x02001CFC RID: 7420
[Token(Token = "0x2001CFC")]
public class X25519KeyGenerationParameters : KeyGenerationParameters
{
// Token: 0x0600B785 RID: 46981 RVA: 0x0027AD60 File Offset: 0x00278F60
[Token(Token = "0x600B785")]
[Address(RVA = "0x23685B0", Offset = "0x23675B0", VA = "0x1823685B0")]
public X25519KeyGenerationParameters(SecureRandom random)
: base(random, 255)
{
}
}
}