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
m_mappedPoint
protected ECPoint m_mappedPoint
Field Value
Properties
Endomorphism
public virtual ECEndomorphism Endomorphism { get; set; }
Property Value
MappedPoint
public virtual ECPoint MappedPoint { get; set; }