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

11 lines
220 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.math.ec.endo;
import org.bouncycastle.math.ec.ECPointMap;
/* loaded from: classes6.dex */
public interface ECEndomorphism {
ECPointMap getPointMap();
boolean hasEfficientPointMap();
}