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

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/bouncycastle/math/ec/ECPointMap.java')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/ECPointMap.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/ECPointMap.java b/core/src/main/java/org/bouncycastle/math/ec/ECPointMap.java
deleted file mode 100644
index 439e8daa..00000000
--- a/core/src/main/java/org/bouncycastle/math/ec/ECPointMap.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.bouncycastle.math.ec;
-
-public interface ECPointMap
-{
- ECPoint map(ECPoint p);
-}