20 lines
579 B
C#
20 lines
579 B
C#
using System;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Security;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
|
|
{
|
|
// Token: 0x02001BEE RID: 7150
|
|
[Token(Token = "0x2001BEE")]
|
|
public class Ed25519KeyGenerationParameters : KeyGenerationParameters
|
|
{
|
|
// Token: 0x0600B2DA RID: 45786 RVA: 0x0026F60C File Offset: 0x0026D80C
|
|
[Token(Token = "0x600B2DA")]
|
|
[Address(RVA = "0x1807E00", Offset = "0x1806C00", VA = "0x181807E00")]
|
|
public Ed25519KeyGenerationParameters(SecureRandom random)
|
|
: base(random, 256)
|
|
{
|
|
}
|
|
}
|
|
}
|