Table of Contents

Class GlvMultiplier

Namespace
Enterprises.Org.BouncyCastle.Math.EC.Multiplier
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class GlvMultiplier : AbstractECMultiplier, IECMultiplier
Inheritance
GlvMultiplier
Implements
Inherited Members

Constructors

GlvMultiplier(ECCurve, IGlvEndomorphism)

public GlvMultiplier(ECCurve curve, IGlvEndomorphism glvEndomorphism)

Parameters

curve ECCurve
glvEndomorphism IGlvEndomorphism

Fields

curve

protected readonly ECCurve curve

Field Value

ECCurve

glvEndomorphism

protected readonly IGlvEndomorphism glvEndomorphism

Field Value

IGlvEndomorphism

Methods

MultiplyPositive(ECPoint, BigInteger)

protected override ECPoint MultiplyPositive(ECPoint p, BigInteger k)

Parameters

p ECPoint
k BigInteger

Returns

ECPoint