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

7 lines
133 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.math.ec;
/* loaded from: classes6.dex */
public interface ECPointMap {
ECPoint map(ECPoint eCPoint);
}