Package | Description |
---|---|
org.bouncycastle.math.ec |
Modifier and Type | Method and Description |
---|---|
static WNafPreCompInfo |
WNafUtil.getWNafPreCompInfo(ECPoint p) |
static WNafPreCompInfo |
WNafUtil.getWNafPreCompInfo(PreCompInfo preCompInfo) |
static WNafPreCompInfo |
WNafUtil.precompute(ECPoint p,
int minWidth,
boolean includeNegated) |
static WNafPreCompInfo |
WNafUtil.precomputeWithPointMap(ECPoint p,
ECPointMap pointMap,
WNafPreCompInfo fromWNaf,
boolean includeNegated) |
Modifier and Type | Method and Description |
---|---|
static WNafPreCompInfo |
WNafUtil.precomputeWithPointMap(ECPoint p,
ECPointMap pointMap,
WNafPreCompInfo fromWNaf,
boolean includeNegated) |
Copyright © 2021 BouncyCastle.org. All rights reserved.