Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Interface PreCompInfo

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

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.81