summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Aranda <miguelaranda@google.com>2024-05-30 13:43:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-30 13:43:20 +0000
commit3d88f6238375e9c0326553e97618d46c199ce0ca (patch)
tree8b1044aabaab90bf47f12381cf73316e6c0fb71f
parent572cf5dfcf50b66565dfc987f81152d7e9c98e6d (diff)
parent8afcda6ab1b1d9d9a31d1110dd03041672212a83 (diff)
downloadbouncycastle-master.tar.gz
Merge "Add missing proguard rule for ECCurve$Fp" into mainHEADmastermain
-rw-r--r--proguard.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 4a4ff37a..1dae437e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -167,6 +167,7 @@
-keep class com.android.org.bouncycastle.math.ec.ECAlgorithms { public *; }
-keep class com.android.org.bouncycastle.math.ec.ECCurve { public *; }
-keep class com.android.org.bouncycastle.math.ec.ECCurve$Config { public *; }
+-keep class com.android.org.bouncycastle.math.ec.ECCurve$Fp { public *; }
-keep class com.android.org.bouncycastle.math.ec.ECPoint { public *; }
-keep class com.android.org.bouncycastle.math.ec.FixedPointCombMultiplier { public *; }
-keep class com.android.org.bouncycastle.math.raw.Interleave { public *; }