what-the-bank/sources/org/bouncycastle/math/ec/endo/GLVEndomorphism.java

9 lines
219 B
Java

package org.bouncycastle.math.ec.endo;
import java.math.BigInteger;
/* loaded from: classes6.dex */
public interface GLVEndomorphism extends ECEndomorphism {
BigInteger[] decomposeScalar(BigInteger bigInteger);
}