mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 11:33:11 +00:00
10 lines
169 B
Protocol Buffer
10 lines
169 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package logoschat.intro;
|
|
|
|
message IntroBundle {
|
|
bytes installation_pubkey = 1;
|
|
bytes ephemeral_pubkey = 2;
|
|
bytes signature = 3;
|
|
}
|