Class WNafPreCompInfo
- Namespace
- Enterprises.Org.BouncyCastle.Math.EC.Multiplier
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class WNafPreCompInfo : IPreCompInfo
- Inheritance
-
WNafPreCompInfo
- Implements
-
- Inherited Members
-
Constructors
WNafPreCompInfo()
Fields
m_preComp
protected ECPoint[] m_preComp
Field Value
- ECPoint[]
m_preCompNeg
protected ECPoint[] m_preCompNeg
Field Value
- ECPoint[]
m_twice
protected ECPoint m_twice
Field Value
- ECPoint
Properties
PreComp
public virtual ECPoint[] PreComp { get; set; }
Property Value
- ECPoint[]
PreCompNeg
public virtual ECPoint[] PreCompNeg { get; set; }
Property Value
- ECPoint[]
Twice
public virtual ECPoint Twice { get; set; }
Property Value
- ECPoint