Table of Contents

Class GlvMultiplier

Namespace
Org.BouncyCastle.Math.EC.Multiplier
Assembly
BouncyCastle.Cryptography.dll
public class GlvMultiplier : AbstractECMultiplier, ECMultiplier
Inheritance
GlvMultiplier
Implements
Inherited Members

Constructors

GlvMultiplier(ECCurve, GlvEndomorphism)

public GlvMultiplier(ECCurve curve, GlvEndomorphism glvEndomorphism)

Parameters

curve ECCurve
glvEndomorphism GlvEndomorphism

Fields

curve

protected readonly ECCurve curve

Field Value

ECCurve

glvEndomorphism

protected readonly GlvEndomorphism glvEndomorphism

Field Value

GlvEndomorphism

Methods

MultiplyPositive(ECPoint, BigInteger)

protected override ECPoint MultiplyPositive(ECPoint p, BigInteger k)

Parameters

p ECPoint
k BigInteger

Returns

ECPoint