org.bitcoin.x6763.crypto.ecdsa.math
Class ECMultiplier

java.lang.Object
  extended by org.bitcoin.x6763.crypto.ecdsa.math.ECMultiplier

public class ECMultiplier
extends java.lang.Object

Author:
Bouncy Castle contributors - http://www.bouncycastle.org/contributors.html, x6763

Constructor Summary
ECMultiplier()
           
 
Method Summary
 ECPoint multiply(ECPoint p, java.math.BigInteger k)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECMultiplier

public ECMultiplier()
Method Detail

multiply

public ECPoint multiply(ECPoint p,
                        java.math.BigInteger k)