mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-12 03:22:31 +00:00
Consolodate Base64 Classes
both org.thoughtcrime.redphone.util and org.thoughtcrime.securesms.util have a Base64 util class, however, other than whitespace changes, and the securesms one having a couple of extra methods, they are the same. This commit removes org.thoughtcrime.redphone.util.Base64 and anything referencing it now uses org.thoughtcrime.securesms.util.Base64 Closes #4294
This commit is contained in:
committed by
Moxie Marlinspike
parent
11a93fabe5
commit
79cb6166d5
@@ -17,7 +17,7 @@
|
||||
|
||||
package org.thoughtcrime.redphone.crypto;
|
||||
|
||||
import org.thoughtcrime.redphone.util.Base64;
|
||||
import org.thoughtcrime.securesms.util.Base64;
|
||||
|
||||
import java.security.InvalidKeyException;
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
|
||||
Reference in New Issue
Block a user