Package | Description |
---|---|
org.bouncycastle.math.ec |
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) |
Modifier and Type | Method and Description |
---|---|
static FixedPointPreCompInfo |
FixedPointUtil.getFixedPointPreCompInfo(PreCompInfo preCompInfo) |
static WNafPreCompInfo |
WNafUtil.getWNafPreCompInfo(PreCompInfo preCompInfo) |
void |
ECCurve.setPreCompInfo(ECPoint point,
String name,
PreCompInfo preCompInfo)
Adds
PreCompInfo for a point on this curve, under a given name. |
Copyright © 2017 BouncyCastle.org. All rights reserved.