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

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

There is a newer version: 1.2.9
Show newest version
package com.bugvm.bouncycastle.math.ec;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy