kz.gamma.hardware.crypto.software.ec
Class ECAlgorithms

java.lang.Object
  extended by kz.gamma.hardware.crypto.software.ec.ECAlgorithms

public class ECAlgorithms
extends java.lang.Object


Constructor Summary
ECAlgorithms()
           
 
Method Summary
private static ECPoint implShamirsTrick(ECPoint P, java.math.BigInteger k, ECPoint Q, java.math.BigInteger l)
           
static ECPoint shamirsTrick(ECPoint P, java.math.BigInteger k, ECPoint Q, java.math.BigInteger l)
           
static ECPoint sumOfTwoMultiplies(ECPoint P, java.math.BigInteger a, ECPoint Q, java.math.BigInteger b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECAlgorithms

public ECAlgorithms()
Method Detail

sumOfTwoMultiplies

public static ECPoint sumOfTwoMultiplies(ECPoint P,
                                         java.math.BigInteger a,
                                         ECPoint Q,
                                         java.math.BigInteger b)

shamirsTrick

public static ECPoint shamirsTrick(ECPoint P,
                                   java.math.BigInteger k,
                                   ECPoint Q,
                                   java.math.BigInteger l)

implShamirsTrick

private static ECPoint implShamirsTrick(ECPoint P,
                                        java.math.BigInteger k,
                                        ECPoint Q,
                                        java.math.BigInteger l)


Copyright © 2013 Gamma Technologies. All Rights Reserved.