Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GLVEndomorphism.java « endo « ec « math « spongycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c251a1ea3cd128e2e903484b86023e1a2bfb32c (plain)
1
2
3
4
5
6
7
8
package org.spongycastle.math.ec.endo;

import java.math.BigInteger;

public interface GLVEndomorphism extends ECEndomorphism
{
    BigInteger[] decomposeScalar(BigInteger k);
}