blob: 0d373b4231ba5ab2f5096b944fbce46f7ab3539c [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.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>.
* @hide This class is not part of the Android public SDK API
*/
public interface PreCompInfo
{
}