b8f663b69c
1) Move all the crypto classes from securesms.crypto. 2) Move all the crypto storage from securesms.database.keys 3) Replace the old imported BC code with spongycastle.
7 lines
180 B
Java
7 lines
180 B
Java
package org.whispersystems.textsecure.storage;
|
|
|
|
import android.content.Context;
|
|
|
|
public interface CanonicalRecipientAddress {
|
|
public long getCanonicalAddress(Context context);
|
|
}
|