C# 클래스 Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier

상속: ECMultiplier
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Multiply ( ECPoint point, BigInteger k, PreCompInfo preCompInfo ) : ECPoint

비공개 메소드들

메소드 설명
MultiplyFromWTnaf ( F2mPoint p, sbyte u, PreCompInfo preCompInfo ) : F2mPoint
MultiplyWTnaf ( F2mPoint p, ZTauElement lambda, PreCompInfo preCompInfo, sbyte a, sbyte mu ) : F2mPoint

메소드 상세

Multiply() 공개 메소드

public Multiply ( ECPoint point, BigInteger k, PreCompInfo preCompInfo ) : ECPoint
point ECPoint
k BigInteger
preCompInfo PreCompInfo
리턴 ECPoint