Bouncy Castle Cryptography Library 1.64

org.bouncycastle.math.ec
Interface PreCompInfo

All Known Implementing Classes:
FixedPointPreCompInfo, WNafPreCompInfo, WTauNafPreCompInfo, EndoPreCompInfo

public interface PreCompInfo

Interface for classes storing precomputation data for multiplication algorithms. Used as a Memento (see GOF patterns) by e.g. WNafL2RMultiplier.



Bouncy Castle Cryptography Library 1.64