This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
{
// Token: 0x02001AD9 RID: 6873
[Token(Token = "0x2001AD9")]
public interface IDsaExt : IDsa
{
// Token: 0x17001B20 RID: 6944
// (get) Token: 0x0600AAD9 RID: 43737
[Token(Token = "0x17001B20")]
BigInteger Order
{
[Token(Token = "0x600AAD9")]
[Address(Slot = "0")]
get;
}
}
}