![JAR search and dependency download from the Maven repository](/logo.png)
com.bugvm.bouncycastle.math.ec.PreCompInfo Maven / Gradle / Ivy
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