chat_proto/protos/intro.proto
2026-02-09 22:18:26 +01:00

10 lines
169 B
Protocol Buffer

syntax = "proto3";
package logoschat.intro;
message IntroBundle {
bytes installation_pubkey = 1;
bytes ephemeral_pubkey = 2;
bytes signature = 3;
}