Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec.endo
Class EndoUtil

java.lang.Object
  extended byorg.bouncycastle.math.ec.endo.EndoUtil

public abstract class EndoUtil
extends java.lang.Object


Field Summary
static java.lang.String PRECOMP_NAME
           
 
Constructor Summary
EndoUtil()
           
 
Method Summary
static java.math.BigInteger[] decomposeScalar(ScalarSplitParameters p, java.math.BigInteger k)
           
static ECPoint mapPoint(ECEndomorphism endomorphism, ECPoint p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRECOMP_NAME

public static final java.lang.String PRECOMP_NAME
See Also:
Constant Field Values
Constructor Detail

EndoUtil

public EndoUtil()
Method Detail

decomposeScalar

public static java.math.BigInteger[] decomposeScalar(ScalarSplitParameters p,
                                                     java.math.BigInteger k)

mapPoint

public static ECPoint mapPoint(ECEndomorphism endomorphism,
                               ECPoint p)

Bouncy Castle Cryptography Library 1.81