Initial Commit
This commit is contained in:
11
iTechSharp/srcbc/math/ec/multiplier/PreCompInfo.cs
Normal file
11
iTechSharp/srcbc/math/ec/multiplier/PreCompInfo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Org.BouncyCastle.Math.EC.Multiplier
|
||||
{
|
||||
/**
|
||||
* Interface for classes storing precomputation data for multiplication
|
||||
* algorithms. Used as a Memento (see GOF patterns) for
|
||||
* <code>WNafMultiplier</code>.
|
||||
*/
|
||||
internal interface PreCompInfo
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user