1: package org.bouncycastle.math.ec;
2:
3: /**
4: * Interface for classes storing precomputation data for multiplication
5: * algorithms. Used as a Memento (see GOF patterns) for
6: * <code>WNafMultiplier</code>.
7: */
8: interface PreCompInfo {
9: }