up
This commit is contained in:
19
Assets/BestHTTP/SecureProtocol/math/field/IPolynomial.cs
Normal file
19
Assets/BestHTTP/SecureProtocol/math/field/IPolynomial.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
|
||||
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Math.Field
|
||||
{
|
||||
public interface IPolynomial
|
||||
{
|
||||
int Degree { get; }
|
||||
|
||||
//BigInteger[] GetCoefficients();
|
||||
|
||||
int[] GetExponentsPresent();
|
||||
|
||||
//Term[] GetNonZeroTerms();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user