Table of Contents

Class EndoPreCompInfo

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

Fields

m_endomorphism

protected ECEndomorphism m_endomorphism

Field Value

ECEndomorphism

m_mappedPoint

protected ECPoint m_mappedPoint

Field Value

ECPoint

Properties

Endomorphism

public virtual ECEndomorphism Endomorphism { get; set; }

Property Value

ECEndomorphism

MappedPoint

public virtual ECPoint MappedPoint { get; set; }

Property Value

ECPoint