session-android/src/org/thoughtcrime/redphone/crypto
Sam Lanning 79cb6166d5 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
2015-11-04 17:56:19 -08:00
..
zrtp Remove dead RedPhone code. 2015-09-30 14:30:10 -07:00
EncryptedSignalMessage.java Consolodate Base64 Classes 2015-11-04 17:56:19 -08:00
InvalidEncryptedSignalException.java Support for Signal calls. 2015-09-30 14:30:09 -07:00
Otp.java Consolodate Base64 Classes 2015-11-04 17:56:19 -08:00
SecureRtpPacket.java Support for Signal calls. 2015-09-30 14:30:09 -07:00
SecureRtpSocket.java Tagify RedPhone classes. 2015-09-30 14:30:10 -07:00