Table of Contents

Class WNafPreCompInfo

Namespace
Org.BouncyCastle.Math.EC.Multiplier
Assembly
BouncyCastle.Cryptography.dll
public class WNafPreCompInfo : PreCompInfo
Inheritance
WNafPreCompInfo
Implements
Inherited Members

Fields

m_confWidth

protected int m_confWidth

Field Value

int

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

m_width

protected int m_width

Field Value

int

Properties

ConfWidth

public virtual int ConfWidth { get; set; }

Property Value

int

IsPromoted

public virtual bool IsPromoted { get; }

Property Value

bool

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

Width

public virtual int Width { get; set; }

Property Value

int