init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Org.BouncyCastle.Math;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IDsaExt : IDsa
|
||||
{
|
||||
BigInteger Order { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user