This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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;
}
}
}