init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Org.BouncyCastle.Math;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto;
|
||||
|
||||
public interface IBasicAgreement
|
||||
{
|
||||
void Init(ICipherParameters parameters);
|
||||
|
||||
int GetFieldSize();
|
||||
|
||||
BigInteger CalculateAgreement(ICipherParameters pubKey);
|
||||
}
|
||||
Reference in New Issue
Block a user