2021-06-25 23:04:02 +02:00

9 lines
133 B
Protocol Buffer

syntax = "proto3";
package pb;
message NoiseHandshakePayload {
bytes identity_key = 1;
bytes identity_sig = 2;
bytes data = 3;
}