public abstract class EndoUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PRECOMP_NAME |
Constructor and Description |
---|
EndoUtil() |
Modifier and Type | Method and Description |
---|---|
static BigInteger[] |
decomposeScalar(ScalarSplitParameters p,
BigInteger k) |
static ECPoint |
mapPoint(ECEndomorphism endomorphism,
ECPoint p) |
public static final String PRECOMP_NAME
public static BigInteger[] decomposeScalar(ScalarSplitParameters p, BigInteger k)
public static ECPoint mapPoint(ECEndomorphism endomorphism, ECPoint p)
Copyright © 2021 BouncyCastle.org. All rights reserved.