blob: 804dcf749fb153bbd0ed1547c256d7ff82c19497 [file] [log] [blame]
package org.bouncycastle.math.ec;
/**
* Interface for classes storing precomputation data for multiplication
* algorithms. Used as a Memento (see GOF patterns) for
* <code>WNafMultiplier</code>.
*/
interface PreCompInfo
{
}