scripts
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field
|
||||
{
|
||||
// Token: 0x0200140E RID: 5134
|
||||
[Token(Token = "0x200140E")]
|
||||
[StructLayout(3)]
|
||||
public interface IPolynomialExtensionField : IExtensionField, IFiniteField
|
||||
{
|
||||
// Token: 0x1700153B RID: 5435
|
||||
// (get) Token: 0x06008436 RID: 33846
|
||||
[Token(Token = "0x1700153B")]
|
||||
IPolynomial MinimalPolynomial
|
||||
{
|
||||
[Token(Token = "0x6008436")]
|
||||
[Address(Slot = "0")]
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user