mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
This generates a large number of key exchange messages and registers them with the server during signup.
9 lines
206 B
Protocol Buffer
9 lines
206 B
Protocol Buffer
package textsecure;
|
|
|
|
option java_package = "org.thoughtcrime.securesms.encoded";
|
|
option java_outer_classname = "PreKeyProtos";
|
|
|
|
message PreKeyEntity {
|
|
optional uint64 id = 1;
|
|
optional bytes key = 2;
|
|
} |