Table of Contents

Class FixedPointPreCompInfo

Namespace
Enterprises.Org.BouncyCastle.Math.EC.Multiplier
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class FixedPointPreCompInfo : IPreCompInfo
Inheritance
FixedPointPreCompInfo
Implements
Inherited Members

Constructors

FixedPointPreCompInfo()

public FixedPointPreCompInfo()

Fields

m_lookupTable

protected IECLookupTable m_lookupTable

Field Value

IECLookupTable

m_offset

protected ECPoint m_offset

Field Value

ECPoint

m_width

protected int m_width

Field Value

int

Properties

LookupTable

public virtual IECLookupTable LookupTable { get; set; }

Property Value

IECLookupTable

Offset

public virtual ECPoint Offset { get; set; }

Property Value

ECPoint

Width

public virtual int Width { get; set; }

Property Value

int