Package | Description |
---|---|
org.bouncycastle.math.ec | |
org.bouncycastle.math.ec.endo |
Modifier and Type | Class and Description |
---|---|
class |
FixedPointPreCompInfo
Class holding precomputation data for fixed-point multiplications.
|
class |
WNafPreCompInfo
Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
algorithm.
|
class |
WTauNafPreCompInfo
Class holding precomputation data for the WTNAF (Window
τ -adic Non-Adjacent Form) algorithm. |
Modifier and Type | Method and Description |
---|---|
PreCompInfo |
ECCurve.getPreCompInfo(ECPoint point,
String name) |
PreCompInfo |
ECCurve.precompute(ECPoint point,
String name,
PreCompCallback callback)
Compute a
PreCompInfo for a point on this curve, under a given name. |
PreCompInfo |
PreCompCallback.precompute(PreCompInfo existing) |
Modifier and Type | Method and Description |
---|---|
static FixedPointPreCompInfo |
FixedPointUtil.getFixedPointPreCompInfo(PreCompInfo preCompInfo) |
static WNafPreCompInfo |
WNafUtil.getWNafPreCompInfo(PreCompInfo preCompInfo) |
PreCompInfo |
PreCompCallback.precompute(PreCompInfo existing) |
Modifier and Type | Class and Description |
---|---|
class |
EndoPreCompInfo |
Copyright © 2021 BouncyCastle.org. All rights reserved.