mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
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.
10 lines
210 B
Protocol Buffer
10 lines
210 B
Protocol Buffer
package textsecure;
|
|
|
|
option java_package = "org.whispersystems.textsecure.encoded";
|
|
option java_outer_classname = "PreKeyProtos";
|
|
|
|
message PreKeyEntity {
|
|
optional uint64 id = 1;
|
|
optional bytes key = 2;
|
|
}
|