You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/library/protobuf/PreKeyEntity.proto

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;
}