|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreCompInfo | |
|---|---|
| kz.gamma.hardware.crypto.software.ec | |
| Uses of PreCompInfo in kz.gamma.hardware.crypto.software.ec |
|---|
| Classes in kz.gamma.hardware.crypto.software.ec that implement PreCompInfo | |
|---|---|
(package private) class |
WNafPreCompInfo
Class holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm. |
(package private) class |
WTauNafPreCompInfo
Class holding precomputation data for the WTNAF (Window τ-adic Non-Adjacent Form) algorithm. |
| Fields in kz.gamma.hardware.crypto.software.ec declared as PreCompInfo | |
|---|---|
protected PreCompInfo |
ECPoint.preCompInfo
|
| Methods in kz.gamma.hardware.crypto.software.ec with parameters of type PreCompInfo | |
|---|---|
ECPoint |
ECMultiplier.multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Multiplies the ECPoint p by k, i.e. |
ECPoint |
FpNafMultiplier.multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
D.3.2 pg 101 |
ECPoint |
ReferenceMultiplier.multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Simple shift-and-add multiplication. |
ECPoint |
WNafMultiplier.multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Multiplies this by an integer k using the
Window NAF method. |
ECPoint |
WTauNafMultiplier.multiply(ECPoint point,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Multiplies a ECPoint.F2m
by k using the reduced τ-adic NAF (RTNAF)
method. |
private static ECPoint.F2m |
WTauNafMultiplier.multiplyFromWTnaf(ECPoint.F2m p,
byte[] u,
PreCompInfo preCompInfo)
Multiplies a ECPoint.F2m
by an element λ of Z[τ]
using the window τ-adic NAF (TNAF) method, given the
WTNAF of λ. |
private ECPoint.F2m |
WTauNafMultiplier.multiplyWTnaf(ECPoint.F2m p,
ZTauElement lambda,
PreCompInfo preCompInfo,
byte a,
byte mu)
Multiplies a ECPoint.F2m
by an element λ of Z[τ] using
the τ-adic NAF (TNAF) method. |
(package private) void |
ECPoint.setPreCompInfo(PreCompInfo preCompInfo)
Sets the PreCompInfo. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||