mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-18 05:57:44 +00:00
11 lines
264 B
Protocol Buffer
11 lines
264 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 public_key = 2;
|
|
optional bytes identity_key = 3;
|
|
}
|