Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PreCompInfo.java « ec « math « bouncycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 384985819c24e40cf5118bf9c4771c6f43b4bfb0 (plain)
1
2
3
4
5
6
7
8
9
10
package 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>.
 */
public interface PreCompInfo
{
}