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