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) { } } }