C# 클래스 NBitcoin.BouncyCastle.Math.EC.Multiplier.GlvMultiplier

상속: AbstractECMultiplier
파일 보기 프로젝트 열기: Nethereum/Nethereum

보호된 프로퍼티들

프로퍼티 타입 설명
curve ECCurve
glvEndomorphism GlvEndomorphism

공개 메소드들

메소드 설명
GlvMultiplier ( ECCurve curve, GlvEndomorphism glvEndomorphism ) : System

보호된 메소드들

메소드 설명
MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint

메소드 상세

GlvMultiplier() 공개 메소드

public GlvMultiplier ( ECCurve curve, GlvEndomorphism glvEndomorphism ) : System
curve ECCurve
glvEndomorphism GlvEndomorphism
리턴 System

MultiplyPositive() 보호된 메소드

protected MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint
p ECPoint
k BigInteger
리턴 ECPoint

프로퍼티 상세

curve 보호되어 있는 프로퍼티

protected ECCurve curve
리턴 ECCurve

glvEndomorphism 보호되어 있는 프로퍼티

protected GlvEndomorphism glvEndomorphism
리턴 GlvEndomorphism