blob: 0c440e584d9e797cda9b3dbd1a3d2c36a6dd5851 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.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
{
}