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

Inheritance: AbstractECMultiplier
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes protégées

Méthode Description
GetWidthForCombSize ( int combSize ) : int
MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint

Method Details

GetWidthForCombSize() protected méthode

protected GetWidthForCombSize ( int combSize ) : int
combSize int
Résultat int

MultiplyPositive() protected méthode

protected MultiplyPositive ( ECPoint p, BigInteger k ) : ECPoint
p ECPoint
k BigInteger
Résultat ECPoint