All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bouncycastle.math.ec.PreCompInfo Maven / Gradle / Ivy

The newest version!
package bouncycastle.math.ec;

/**
 * Interface for classes storing precomputation data for multiplication
 * algorithms. Used as a Memento (see GOF patterns) for
 * WNafMultiplier.
 */
interface PreCompInfo
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy