Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec.endo
Interface GLVEndomorphism

All Superinterfaces:
ECEndomorphism
All Known Implementing Classes:
GLVTypeAEndomorphism, GLVTypeBEndomorphism

public interface GLVEndomorphism
extends ECEndomorphism


Method Summary
 java.math.BigInteger[] decomposeScalar(java.math.BigInteger k)
           
 
Methods inherited from interface org.bouncycastle.math.ec.endo.ECEndomorphism
getPointMap, hasEfficientPointMap
 

Method Detail

decomposeScalar

public java.math.BigInteger[] decomposeScalar(java.math.BigInteger k)

Bouncy Castle Cryptography Library 1.81