20 lines
577 B
C#
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)
|
|
{
|
|
}
|
|
}
|
|
}
|