Table of Contents

Class FixedPointPreCompInfo

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

Fields

m_lookupTable

protected ECLookupTable m_lookupTable

Field Value

ECLookupTable

m_offset

protected ECPoint m_offset

Field Value

ECPoint

m_width

protected int m_width

Field Value

int

Properties

LookupTable

public virtual ECLookupTable LookupTable { get; set; }

Property Value

ECLookupTable

Offset

public virtual ECPoint Offset { get; set; }

Property Value

ECPoint

Width

public virtual int Width { get; set; }

Property Value

int