chat_proto/protos/intro.proto

10 lines
169 B
Protocol Buffer
Raw Normal View History

2026-02-09 22:15:38 +01:00
syntax = "proto3";
package logoschat.intro;
message IntroBundle {
bytes installation_pubkey = 1;
bytes ephemeral_pubkey = 2;
bytes signature = 3;
}