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

7 lines
133 B
Java

package org.bouncycastle.math.ec;
/* loaded from: classes6.dex */
public interface ECPointMap {
ECPoint map(ECPoint eCPoint);
}