C# Class NBitcoin.BouncyCastle.Math.EC.Multiplier.FixedPointCombMultiplier

Inheritance: AbstractECMultiplier
Exibir arquivo Open project: Nethereum/Nethereum Class Usage Examples

Protected Methods

Method Description
GetWidthForCombSize ( int combSize ) : int
MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint

Method Details

GetWidthForCombSize() protected method

protected GetWidthForCombSize ( int combSize ) : int
combSize int
return int

MultiplyPositive() protected method

protected MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint
p ECPoint
k BigInteger
return ECPoint