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