com.bouncycastle.math.ec.PreCompInfo Maven / Gradle / Ivy
The newest version!
package com.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