com.fitbur.bouncycastle.math.ec.endo.GLVEndomorphism Maven / Gradle / Ivy
package com.fitbur.bouncycastle.math.ec.endo;
import java.math.BigInteger;
public interface GLVEndomorphism extends ECEndomorphism
{
BigInteger[] com.fitburcomposeScalar(BigInteger k);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy