This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field
{
// Token: 0x02001ACA RID: 6858
[Token(Token = "0x2001ACA")]
public interface IPolynomial
{
// Token: 0x170019D8 RID: 6616
// (get) Token: 0x0600A3DC RID: 41948
[Token(Token = "0x170019D8")]
int Degree
{
[Token(Token = "0x600A3DC")]
[Address(Slot = "0")]
get;
}
// Token: 0x0600A3DD RID: 41949
[Token(Token = "0x600A3DD")]
[Address(Slot = "1")]
int[] GetExponentsPresent();
}
}