All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2025 Weber Informatics LLC | Privacy Policy