Add curve25519-java to ProGuard rules.

This commit is contained in:
akwizgran
2018-02-09 16:45:15 +00:00
parent e01e971822
commit 6b60509122

View File

@@ -10,6 +10,8 @@
-keep class net.i2p.crypto.eddsa.** { *; }
-keep class org.whispersystems.curve25519.** { *; }
-dontwarn sun.misc.Unsafe
-dontnote com.google.common.**