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
ECCurveglvEndomorphism
IGlvEndomorphism
Fields
curve
protected readonly ECCurve curve
Field Value
glvEndomorphism
protected readonly IGlvEndomorphism glvEndomorphism
Field Value
Methods
MultiplyPositive(ECPoint, BigInteger)
protected override ECPoint MultiplyPositive(ECPoint p, BigInteger k)
Parameters
p
ECPointk
BigInteger