Table of Contents

Class EndoUtilities

Namespace
Org.BouncyCastle.Math.EC.Endo
Assembly
BouncyCastle.Cryptography.dll
public abstract class EndoUtilities
Inheritance
EndoUtilities
Inherited Members

Fields

PRECOMP_NAME

public static readonly string PRECOMP_NAME

Field Value

string

Methods

DecomposeScalar(ScalarSplitParameters, BigInteger)

public static BigInteger[] DecomposeScalar(ScalarSplitParameters p, BigInteger k)

Parameters

p ScalarSplitParameters
k BigInteger

Returns

BigInteger[]

MapPoint(ECEndomorphism, ECPoint)

public static ECPoint MapPoint(ECEndomorphism endomorphism, ECPoint p)

Parameters

endomorphism ECEndomorphism
p ECPoint

Returns

ECPoint