mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 14:18:26 +00:00
![Moxie Marlinspike](/assets/img/avatar_default.png)
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;
|
|
} |