package org.bouncycastle.math.ec; /** * Interface for classes storing precomputation data for multiplication * algorithms. Used as a Memento (see GOF patterns) by e.g. * WNafL2RMultiplier. */ public interface PreCompInfo { }